#8B550C

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

Shades of Saddle Brown #8B550C

Tints of Saddle Brown #8B550C

Color information

#8B550C (or 0x8B550C) is unknown color: approx Saddle Brown. HEX triplet: 8B, 55 and 0C. RGB value is (139,85,12). Sum of RGB (Red+Green+Blue) = 139+85+12=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B550C is #74AAF3. Grayscale: #5D5D5D. Windows color (decimal): -7645940 or 808331. OLE color: 808331.

HSL color Cylindrical-coordinate representation of color #8B550C: hue angle of 34.49º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B550C is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1398512-
CMYK00.390.910.45
HSL34.49º84.11%29.61%-
HSV(B)34.49º91.37%54.51%-
XYZ13.9612.011.93-
YUV92.8282.39160.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.90%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 12 (5.08% from 255) = 5.08%
R=58.90%
G=36.02%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139851200.390.910.4534.4984.1129.61
Hex8B55C0275B2D22541e
Octal21312514047133554212436
Binary100010111010101110001001111011011101101100010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B550C; }

 p { color: rgb(139,85,12); }

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

<style>
 a { background-color: #8B550C; }

 a { background-color: rgb(139,85,12); }

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

<style>
 span { border-color: #8B550C; }

 span { border-color: rgb(139,85,12); }

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