#8B5404

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

Shades of Saddle Brown #8B5404

Tints of Saddle Brown #8B5404

Color information

#8B5404 (or 0x8B5404) is unknown color: approx Saddle Brown. HEX triplet: 8B, 54 and 04. RGB value is (139,84,4). Sum of RGB (Red+Green+Blue) = 139+84+4=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5404 is #74ABFB. Grayscale: #5B5B5B. Windows color (decimal): -7646204 or 283787. OLE color: 283787.

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

Color convert

RGB139844-
CMYK00.400.970.45
HSL35.56º94.41%28.04%-
HSV(B)35.56º97.12%54.51%-
XYZ13.8411.841.67-
YUV91.3278.72162-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.23%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 4 (1.95% from 255) = 1.76%
R=61.23%
G=37.00%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13984400.400.970.4535.5694.4128.04
Hex8B544028612D245e1c
Octal2131244050141554413634
Binary10001011101010010001010001100001101101100100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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