#88420F

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

Shades of Saddle Brown #88420F

Tints of Saddle Brown #88420F

Color information

#88420F (or 0x88420F) is unknown color: approx Saddle Brown. HEX triplet: 88, 42 and 0F. RGB value is (136,66,15). Sum of RGB (Red+Green+Blue) = 136+66+15=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88420F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88420F is #77BDF0. Grayscale: #515151. Windows color (decimal): -7847409 or 1000072. OLE color: 1000072.

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

Color convert

RGB1366615-
CMYK00.510.890.47
HSL25.29º80.13%29.61%-
HSV(B)25.29º88.97%53.33%-
XYZ12.199.171.58-
YUV81.1290.69167.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.67%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=62.67%
G=30.41%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136661500.510.890.4725.2980.1329.61
Hex8842F033592F19501e
Octal21010217063131573112036
Binary10001000100001011110110011101100110111111001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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