#8A5C00

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

Shades of Golden Brown #8A5C00

Tints of Golden Brown #8A5C00

Color information

#8A5C00 (or 0x8A5C00) is unknown color: approx Golden Brown. HEX triplet: 8A, 5C and 00. RGB value is (138,92,0). Sum of RGB (Red+Green+Blue) = 138+92+0=230 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5C00 is #75A3FF. Grayscale: #5F5F5F. Windows color (decimal): -7709696 or 23690. OLE color: 23690.

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

Color convert

RGB138920-
CMYK00.3310.46
HSL40º100%27.06%-
HSV(B)40º100%54.12%-
XYZ14.3113.061.77-
YUV95.2774.24158.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60%
GREEN value IS 92 (36.33% from 255) = 40%
BLUE value IS 0 (0.39% from 255) = 0%
R=60%
G=40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13892000.3310.464010027.06
Hex8A5C0021642E28641b
Octal2121340041144565014433
Binary100010101011100001000011100100101110101000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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