#8A5A00

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

Shades of Golden Brown #8A5A00

Tints of Golden Brown #8A5A00

Color information

#8A5A00 (or 0x8A5A00) is unknown color: approx Golden Brown. HEX triplet: 8A, 5A and 00. RGB value is (138,90,0). Sum of RGB (Red+Green+Blue) = 138+90+0=228 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.53% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5A00 is #75A5FF. Grayscale: #5E5E5E. Windows color (decimal): -7710208 or 23178. OLE color: 23178.

HSL color Cylindrical-coordinate representation of color #8A5A00: hue angle of 39.13º 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 #8A5A00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB138900-
CMYK00.3510.46
HSL39.13º100%27.06%-
HSV(B)39.13º100%54.12%-
XYZ14.1412.721.71-
YUV94.0974.9159.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60.53%
GREEN value IS 90 (35.55% from 255) = 39.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.53%
G=39.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13890000.3510.4639.1310027.06
Hex8A5A0023642E27641b
Octal2121320043144564714433
Binary100010101011010001000111100100101110100111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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