#8B4814

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

Shades of Saddle Brown #8B4814

Tints of Saddle Brown #8B4814

Color information

#8B4814 (or 0x8B4814) is unknown color: approx Saddle Brown. HEX triplet: 8B, 48 and 14. RGB value is (139,72,20). Sum of RGB (Red+Green+Blue) = 139+72+20=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4814 is #74B7EB. Grayscale: #565656. Windows color (decimal): -7649260 or 1329291. OLE color: 1329291.

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

Color convert

RGB1397220-
CMYK00.480.860.45
HSL26.22º74.84%31.18%-
HSV(B)26.22º85.61%54.51%-
XYZ13.0910.171.94-
YUV86.190.7165.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.17%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=60.17%
G=31.17%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139722000.480.860.4526.2274.8431.18
Hex8B4814030562D1a4b1f
Octal21311024060126553211337
Binary100010111001000101000110000101011010110111010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,72,20); }

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

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

 a { background-color: rgb(139,72,20); }

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

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

 span { border-color: rgb(139,72,20); }

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