#8A5601

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

Shades of Golden Brown #8A5601

Tints of Golden Brown #8A5601

Color information

#8A5601 (or 0x8A5601) is unknown color: approx Golden Brown. HEX triplet: 8A, 56 and 01. RGB value is (138,86,1). Sum of RGB (Red+Green+Blue) = 138+86+1=225 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.33% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5601 is #75A9FE. Grayscale: #5C5C5C. Windows color (decimal): -7711231 or 87690. OLE color: 87690.

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

Color convert

RGB138861-
CMYK00.380.990.46
HSL37.23º98.56%27.25%-
HSV(B)37.23º99.28%54.12%-
XYZ13.8112.061.63-
YUV91.8676.73160.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.33%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=61.33%
G=38.22%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13886100.380.990.4637.2398.5627.25
Hex8A561026632E25631b
Octal2121261046143564514333
Binary100010101010110101001101100011101110100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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