#8A590C

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

Shades of Golden Brown #8A590C

Tints of Golden Brown #8A590C

Color information

#8A590C (or 0x8A590C) is unknown color: approx Golden Brown. HEX triplet: 8A, 59 and 0C. RGB value is (138,89,12). Sum of RGB (Red+Green+Blue) = 138+89+12=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A590C is #75A6F3. Grayscale: #5F5F5F. Windows color (decimal): -7710452 or 809354. OLE color: 809354.

HSL color Cylindrical-coordinate representation of color #8A590C: hue angle of 36.67º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A590C is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1388912-
CMYK00.360.910.46
HSL36.67º84%29.41%-
HSV(B)36.67º91.3%54.12%-
XYZ14.1212.572.03-
YUV94.8781.23158.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.74%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 12 (5.08% from 255) = 5.02%
R=57.74%
G=37.24%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138891200.360.910.4636.678429.41
Hex8A59C0245B2E25541d
Octal21213114044133564512435
Binary100010101011001110001001001011011101110100101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A590C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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