Html Css Color HEX #833238 Old Brick

📋 copy color: '#833238'

red 131 ◦ green 50 ◦ blue 56

#833238
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Brick #833238

Tints of Old Brick #833238

RGB

 RED value IS 131 (51.56% from 255) = 55.27%

 GREEN value IS 50 (19.92% from 255) = 21.1%

 BLUE value IS 56 (22.27% from 255) = 23.63%

R = 55.27%
G = 21.1%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#833238 (or 0x833238) is known color: Old Brick. HEX triplet: 83, 32 and 38. RGB value is (131,50,56). Sum of RGB (Red+Green+Blue) = 131+50+56=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #833238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833238 is #7CCDC7. Grayscale: #4A4A4A. Windows color (decimal): -8179144 or 3682947. OLE color: 3682947.

HSL color Cylindrical-coordinate representation of color #833238: hue angle of 355.56º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833238 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 50 56 -
CMYK 0 0.62 0.57 0.49
HSL 355.56º 0.45% 0.35% -
HSV(B) 355.56º 0.62% 0.51% -
XYZ 11.21 7.39 4.58 -
YUV 74.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 131 50 56 0 0.62 0.57 0.49 355.56 0.45 0.35
Hex 83 32 38 0 3E 39 31 164 2D 23
Octal 203 62 70 0 76 71 61 544 55 43
Binary 10000011 110010 111000 0 111110 111001 110001 101100100 101101 100011

Color Harmonies of #833238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833238

Black with #833238

Text Example


Text Example

White with #833238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833238; }

 p { color: rgb(131,50,56); }

 H1.HeaderClassName
 {
   color: #833238;
 }
 .AnyTagClassName
 {
   color: #833238;
 }
</style>

background-color css

<style>
 a { background-color: #833238; }

 a { background-color: rgb(131,50,56); }

 div.DivClassName
 {
   background-color: #833238;
 }
 .BgClassName
 {
   background-color: #833238;
 }
</style>

border-color css

<style>
 span { border-color: #833238; }

 span { border-color: rgb(131,50,56); }

 td.TdClassName
 {
   border-color: #833238;
 }
 .TagClassName
 {
   border-color: #833238;
 }
</style>