#8B4414

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

Shades of Saddle Brown #8B4414

Tints of Saddle Brown #8B4414

Color information

#8B4414 (or 0x8B4414) is unknown color: approx Saddle Brown. HEX triplet: 8B, 44 and 14. RGB value is (139,68,20). Sum of RGB (Red+Green+Blue) = 139+68+20=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4414 is #74BBEB. Grayscale: #545454. Windows color (decimal): -7650284 or 1328267. OLE color: 1328267.

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

Color convert

RGB1396820-
CMYK00.510.860.45
HSL24.2º74.84%31.18%-
HSV(B)24.2º85.61%54.51%-
XYZ12.849.671.85-
YUV83.7692.02167.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.23%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=61.23%
G=29.96%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139682000.510.860.4524.274.8431.18
Hex8B4414033562D184b1f
Octal21310424063126553011337
Binary100010111000100101000110011101011010110111000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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