#8B3C0D

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

Shades of Saddle Brown #8B3C0D

Tints of Saddle Brown #8B3C0D

Color information

#8B3C0D (or 0x8B3C0D) is unknown color: approx Saddle Brown. HEX triplet: 8B, 3C and 0D. RGB value is (139,60,13). Sum of RGB (Red+Green+Blue) = 139+60+13=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3C0D is #74C3F2. Grayscale: #4E4E4E. Windows color (decimal): -7652339 or 867467. OLE color: 867467.

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

Color convert

RGB1396013-
CMYK00.570.910.45
HSL22.38º82.89%29.8%-
HSV(B)22.38º90.65%54.51%-
XYZ12.348.751.42-
YUV78.2691.17171.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.57%
GREEN value IS 60 (23.83% from 255) = 28.30%
BLUE value IS 13 (5.47% from 255) = 6.13%
R=65.57%
G=28.30%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139601300.570.910.4522.3882.8929.8
Hex8B3CD0395B2D16531e
Octal2137415071133552612336
Binary1000101111110011010111001101101110110110110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,60,13); }

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

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

 a { background-color: rgb(139,60,13); }

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

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

 span { border-color: rgb(139,60,13); }

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