#8A5404

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

Shades of Saddle Brown #8A5404

Tints of Saddle Brown #8A5404

Color information

#8A5404 (or 0x8A5404) is unknown color: approx Saddle Brown. HEX triplet: 8A, 54 and 04. RGB value is (138,84,4). Sum of RGB (Red+Green+Blue) = 138+84+4=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5404 is #75ABFB. Grayscale: #5B5B5B. Windows color (decimal): -7711740 or 283786. OLE color: 283786.

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

Color convert

RGB138844-
CMYK00.390.970.46
HSL35.82º94.37%27.84%-
HSV(B)35.82º97.1%54.12%-
XYZ13.6711.751.66-
YUV91.0378.89161.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.06%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 4 (1.95% from 255) = 1.77%
R=61.06%
G=37.17%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13884400.390.970.4635.8294.3727.84
Hex8A544027612E245e1c
Octal2121244047141564413634
Binary10001010101010010001001111100001101110100100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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