#8B3507

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

Shades of Saddle Brown #8B3507

Tints of Saddle Brown #8B3507

Color information

#8B3507 (or 0x8B3507) is unknown color: approx Saddle Brown. HEX triplet: 8B, 35 and 07. RGB value is (139,53,7). Sum of RGB (Red+Green+Blue) = 139+53+7=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3507 is #74CAF8. Grayscale: #494949. Windows color (decimal): -7654137 or 472459. OLE color: 472459.

HSL color Cylindrical-coordinate representation of color #8B3507: hue angle of 20.91º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B3507 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB139537-
CMYK00.620.950.45
HSL20.91º90.41%28.63%-
HSV(B)20.91º94.96%54.51%-
XYZ11.968.051.12-
YUV73.4790.49174.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.85%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 7 (3.12% from 255) = 3.52%
R=69.85%
G=26.63%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13953700.620.950.4520.9190.4128.63
Hex8B35703E5F2D155a1d
Octal213657076137552513235
Binary100010111101011110111110101111110110110101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,53,7); }

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

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

 a { background-color: rgb(139,53,7); }

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

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

 span { border-color: rgb(139,53,7); }

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