#8B4716

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

Shades of Saddle Brown #8B4716

Tints of Saddle Brown #8B4716

Color information

#8B4716 (or 0x8B4716) is unknown color: approx Saddle Brown. HEX triplet: 8B, 47 and 16. RGB value is (139,71,22). Sum of RGB (Red+Green+Blue) = 139+71+22=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4716 is #74B8E9. Grayscale: #565656. Windows color (decimal): -7649514 or 1460107. OLE color: 1460107.

HSL color Cylindrical-coordinate representation of color #8B4716: hue angle of 25.13º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B4716 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1397122-
CMYK00.490.840.45
HSL25.13º72.67%31.57%-
HSV(B)25.13º84.17%54.51%-
XYZ13.0510.052.01-
YUV85.7592.03165.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.91%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 22 (8.98% from 255) = 9.48%
R=59.91%
G=30.60%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139712200.490.840.4525.1372.6731.57
Hex8B4716031542D194920
Octal21310726061124553111140
Binary1000101110001111011001100011010100101101110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,71,22); }

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

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

 a { background-color: rgb(139,71,22); }

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

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

 span { border-color: rgb(139,71,22); }

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