#88450B

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

Shades of Saddle Brown #88450B

Tints of Saddle Brown #88450B

Color information

#88450B (or 0x88450B) is unknown color: approx Saddle Brown. HEX triplet: 88, 45 and 0B. RGB value is (136,69,11). Sum of RGB (Red+Green+Blue) = 136+69+11=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #88450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88450B is #77BAF4. Grayscale: #525252. Windows color (decimal): -7846645 or 738696. OLE color: 738696.

HSL color Cylindrical-coordinate representation of color #88450B: hue angle of 27.84º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88450B is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB1366911-
CMYK00.490.920.47
HSL27.84º85.03%28.82%-
HSV(B)27.84º91.91%53.33%-
XYZ12.349.511.5-
YUV82.4287.7166.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.96%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 11 (4.69% from 255) = 5.09%
R=62.96%
G=31.94%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136691100.490.920.4727.8485.0328.82
Hex8845B0315C2F1c551d
Octal21010513061134573412535
Binary10001000100010110110110001101110010111111100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88450B; }

 p { color: rgb(136,69,11); }

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

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

 a { background-color: rgb(136,69,11); }

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

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

 span { border-color: rgb(136,69,11); }

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