#88420C

Color #88420C Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #88420C

Tints of Saddle Brown #88420C

Color information

#88420C (or 0x88420C) is unknown color: approx Saddle Brown. HEX triplet: 88, 42 and 0C. RGB value is (136,66,12). Sum of RGB (Red+Green+Blue) = 136+66+12=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #88420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88420C is #77BDF3. Grayscale: #515151. Windows color (decimal): -7847412 or 803464. OLE color: 803464.

HSL color Cylindrical-coordinate representation of color #88420C: hue angle of 26.13º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88420C is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1366612-
CMYK00.510.910.47
HSL26.13º83.78%29.02%-
HSV(B)26.13º91.18%53.33%-
XYZ12.179.161.47-
YUV80.7789.19167.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.55%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 12 (5.08% from 255) = 5.61%
R=63.55%
G=30.84%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136661200.510.910.4726.1383.7829.02
Hex8842C0335B2F1a541d
Octal21010214063133573212435
Binary10001000100001011000110011101101110111111010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88420C; }

 p { color: rgb(136,66,12); }

 H1.HeaderClassName
 {
   color: #88420C;
 }
 .AnyTagClassName
 {
   color: #88420C;
 }
</style>
background-color css

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

 a { background-color: rgb(136,66,12); }

 div.DivClassName
 {
   background-color: #88420C;
 }
 .BgClassName
 {
   background-color: #88420C;
 }
</style>
border-color css

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

 span { border-color: rgb(136,66,12); }

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