#8B4E04

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

Shades of Saddle Brown #8B4E04

Tints of Saddle Brown #8B4E04

Color information

#8B4E04 (or 0x8B4E04) is unknown color: approx Saddle Brown. HEX triplet: 8B, 4E and 04. RGB value is (139,78,4). Sum of RGB (Red+Green+Blue) = 139+78+4=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B4E04 is #74B1FB. Grayscale: #585858. Windows color (decimal): -7647740 or 282251. OLE color: 282251.

HSL color Cylindrical-coordinate representation of color #8B4E04: hue angle of 32.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B4E04 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB139784-
CMYK00.440.970.45
HSL32.89º94.41%28.04%-
HSV(B)32.89º97.12%54.51%-
XYZ13.3910.951.52-
YUV87.880.71164.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.90%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 4 (1.95% from 255) = 1.81%
R=62.90%
G=35.29%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13978400.440.970.4532.8994.4128.04
Hex8B4E402C612D215e1c
Octal2131164054141554113634
Binary10001011100111010001011001100001101101100001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,78,4); }

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

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

 a { background-color: rgb(139,78,4); }

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

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

 span { border-color: rgb(139,78,4); }

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