#8B360C

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

Shades of Saddle Brown #8B360C

Tints of Saddle Brown #8B360C

Color information

#8B360C (or 0x8B360C) is unknown color: approx Saddle Brown. HEX triplet: 8B, 36 and 0C. RGB value is (139,54,12). Sum of RGB (Red+Green+Blue) = 139+54+12=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B360C is #74C9F3. Grayscale: #4A4A4A. Windows color (decimal): -7653876 or 800395. OLE color: 800395.

HSL color Cylindrical-coordinate representation of color #8B360C: hue angle of 19.84º 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 #8B360C is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1395412-
CMYK00.610.910.45
HSL19.84º84.11%29.61%-
HSV(B)19.84º91.37%54.51%-
XYZ12.038.151.29-
YUV74.6392.66173.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 67.80%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=67.80%
G=26.34%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139541200.610.910.4519.8484.1129.61
Hex8B36C03D5B2D14541e
Octal2136614075133552412436
Binary1000101111011011000111101101101110110110100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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