#8B3612

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

Shades of Saddle Brown #8B3612

Tints of Saddle Brown #8B3612

Color information

#8B3612 (or 0x8B3612) is unknown color: approx Saddle Brown. HEX triplet: 8B, 36 and 12. RGB value is (139,54,18). Sum of RGB (Red+Green+Blue) = 139+54+18=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3612 is #74C9ED. Grayscale: #4B4B4B. Windows color (decimal): -7653870 or 1193611. OLE color: 1193611.

HSL color Cylindrical-coordinate representation of color #8B3612: hue angle of 17.85º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B3612 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB1395418-
CMYK00.610.870.45
HSL17.85º77.07%30.78%-
HSV(B)17.85º87.05%54.51%-
XYZ12.088.171.51-
YUV75.3195.66173.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.88%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=65.88%
G=25.59%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139541800.610.870.4517.8577.0730.78
Hex8B361203D572D124d1f
Octal2136622075127552211537
Binary10001011110110100100111101101011110110110010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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