Html Css Color HEX #883412 Saddle Brown

📋 copy color: '#883412'

red 136 ◦ green 52 ◦ blue 18

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

Shades of Saddle Brown #883412

Tints of Saddle Brown #883412

RGB

 RED value IS 136 (53.52% from 255) = 66.02%

 GREEN value IS 52 (20.7% from 255) = 25.24%

 BLUE value IS 18 (7.42% from 255) = 8.74%

R = 66.02%
G = 25.24%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#883412 (or 0x883412) is known color: Saddle Brown. HEX triplet: 88, 34 and 12. RGB value is (136,52,18). Sum of RGB (Red+Green+Blue) = 136+52+18=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #883412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883412 is #77CBED. Grayscale: #494949. Windows color (decimal): -7850990 or 1193096. OLE color: 1193096.

HSL color Cylindrical-coordinate representation of color #883412: hue angle of 17.29º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #883412 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 52 18 -
CMYK 0 0.62 0.87 0.47
HSL 17.29º 0.77% 0.3% -
HSV(B) 17.29º 0.87% 0.53% -
XYZ 11.49 7.73 1.46 -
YUV 73.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 136 52 18 0 0.62 0.87 0.47 17.29 0.77 0.3
Hex 88 34 12 0 3E 57 2F 11 4D 1E
Octal 210 64 22 0 76 127 57 21 115 36
Binary 10001000 110100 10010 0 111110 1010111 101111 10001 1001101 11110

Color Harmonies of #883412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883412

Black with #883412

Text Example


Text Example

White with #883412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883412; }

 p { color: rgb(136,52,18); }

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

background-color css

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

 a { background-color: rgb(136,52,18); }

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

border-color css

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

 span { border-color: rgb(136,52,18); }

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