#8a5600

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

Shades of Golden Brown #8A5600

Tints of Golden Brown #8A5600

Color information

#8A5600 (or 0x8A5600) is unknown color: approx Golden Brown. HEX triplet: 8A, 56 and 00. RGB value is (138,86,0). Sum of RGB (Red+Green+Blue) = 138+86+0=224 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.61% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5600 is #75A9FF. Grayscale: #5C5C5C. Windows color (decimal): -7711232 or 22154. OLE color: 22154.

HSL color Cylindrical-coordinate representation of color #8A5600: hue angle of 37.39º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A5600 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB138860-
CMYK00.3810.46
HSL37.39º100%27.06%-
HSV(B)37.39º100%54.12%-
XYZ13.8112.061.6-
YUV91.7476.23160.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.61%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.61%
G=38.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13886000.3810.4637.3910027.06
Hex8A560026642E25641b
Octal2121260046144564514433
Binary100010101010110001001101100100101110100101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a5600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,86,0); }

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

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

 a { background-color: rgb(138,86,0); }

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

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

 span { border-color: rgb(138,86,0); }

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