#88460F

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

Shades of Saddle Brown #88460F

Tints of Saddle Brown #88460F

Color information

#88460F (or 0x88460F) is unknown color: approx Saddle Brown. HEX triplet: 88, 46 and 0F. RGB value is (136,70,15). Sum of RGB (Red+Green+Blue) = 136+70+15=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #88460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88460F is #77B9F0. Grayscale: #535353. Windows color (decimal): -7846385 or 1001096. OLE color: 1001096.

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

Color convert

RGB1367015-
CMYK00.490.890.47
HSL27.27º80.13%29.61%-
HSV(B)27.27º88.97%53.33%-
XYZ12.439.651.66-
YUV83.4689.37165.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.54%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 15 (6.25% from 255) = 6.79%
R=61.54%
G=31.67%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136701500.490.890.4727.2780.1329.61
Hex8846F031592F1b501e
Octal21010617061131573312036
Binary10001000100011011110110001101100110111111011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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