#8A5902

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

Shades of Golden Brown #8A5902

Tints of Golden Brown #8A5902

Color information

#8A5902 (or 0x8A5902) is unknown color: approx Golden Brown. HEX triplet: 8A, 59 and 02. RGB value is (138,89,2). Sum of RGB (Red+Green+Blue) = 138+89+2=229 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.26% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5902 is #75A6FD. Grayscale: #5E5E5E. Windows color (decimal): -7710462 or 153994. OLE color: 153994.

HSL color Cylindrical-coordinate representation of color #8A5902: hue angle of 38.38º degrees, saturation: 0.97, 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 #8A5902 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB138892-
CMYK00.360.990.46
HSL38.38º97.14%27.45%-
HSV(B)38.38º98.55%54.12%-
XYZ14.0612.551.74-
YUV93.7376.23159.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60.26%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=60.26%
G=38.86%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13889200.360.990.4638.3897.1427.45
Hex8A592024632E26611b
Octal2121312044143564614133
Binary1000101010110011001001001100011101110100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,89,2); }

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

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

 a { background-color: rgb(138,89,2); }

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

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

 span { border-color: rgb(138,89,2); }

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