#88490F

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

Shades of Saddle Brown #88490F

Tints of Saddle Brown #88490F

Color information

#88490F (or 0x88490F) is unknown color: approx Saddle Brown. HEX triplet: 88, 49 and 0F. RGB value is (136,73,15). Sum of RGB (Red+Green+Blue) = 136+73+15=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #88490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88490F is #77B6F0. Grayscale: #555555. Windows color (decimal): -7845617 or 1001864. OLE color: 1001864.

HSL color Cylindrical-coordinate representation of color #88490F: hue angle of 28.76º 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 #88490F is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1367315-
CMYK00.460.890.47
HSL28.76º80.13%29.61%-
HSV(B)28.76º88.97%53.33%-
XYZ12.6210.031.72-
YUV85.2288.37164.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.71%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=60.71%
G=32.59%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136731500.460.890.4728.7680.1329.61
Hex8849F02E592F1d501e
Octal21011117056131573512036
Binary10001000100100111110101110101100110111111101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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