#8B5007

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

Shades of Saddle Brown #8B5007

Tints of Saddle Brown #8B5007

Color information

#8B5007 (or 0x8B5007) is unknown color: approx Saddle Brown. HEX triplet: 8B, 50 and 07. RGB value is (139,80,7). Sum of RGB (Red+Green+Blue) = 139+80+7=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5007 is #74AFF8. Grayscale: #595959. Windows color (decimal): -7647225 or 479371. OLE color: 479371.

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

Color convert

RGB139807-
CMYK00.420.950.45
HSL33.18º90.41%28.63%-
HSV(B)33.18º94.96%54.51%-
XYZ13.5511.241.66-
YUV89.3281.55163.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.50%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 7 (3.12% from 255) = 3.10%
R=61.50%
G=35.40%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13980700.420.950.4533.1890.4128.63
Hex8B50702A5F2D215a1d
Octal2131207052137554113235
Binary10001011101000011101010101011111101101100001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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