#88540B

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

Shades of Saddle Brown #88540B

Tints of Saddle Brown #88540B

Color information

#88540B (or 0x88540B) is unknown color: approx Saddle Brown. HEX triplet: 88, 54 and 0B. RGB value is (136,84,11). Sum of RGB (Red+Green+Blue) = 136+84+11=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88540B is #77ABF4. Grayscale: #5B5B5B. Windows color (decimal): -7842805 or 742536. OLE color: 742536.

HSL color Cylindrical-coordinate representation of color #88540B: hue angle of 35.04º 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 #88540B is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB1368411-
CMYK00.380.920.47
HSL35.04º85.03%28.82%-
HSV(B)35.04º91.91%53.33%-
XYZ13.3811.61.85-
YUV91.2382.73159.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 11 (4.69% from 255) = 4.76%
R=58.87%
G=36.36%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136841100.380.920.4735.0485.0328.82
Hex8854B0265C2F23551d
Octal21012413046134574312535
Binary100010001010100101101001101011100101111100011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88540B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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