#8A5F0A

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

Shades of Golden Brown #8A5F0A

Tints of Golden Brown #8A5F0A

Color information

#8A5F0A (or 0x8A5F0A) is unknown color: approx Golden Brown. HEX triplet: 8A, 5F and 0A. RGB value is (138,95,10). Sum of RGB (Red+Green+Blue) = 138+95+10=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5F0A is #75A0F5. Grayscale: #626262. Windows color (decimal): -7708918 or 679818. OLE color: 679818.

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

Color convert

RGB1389510-
CMYK00.310.930.46
HSL39.84º86.49%29.02%-
HSV(B)39.84º92.75%54.12%-
XYZ14.6313.612.14-
YUV98.1778.25156.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.79%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 10 (4.30% from 255) = 4.12%
R=56.79%
G=39.09%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138951000.310.930.4639.8486.4929.02
Hex8A5FA01F5D2E28561d
Octal21213712037135565012635
Binary10001010101111110100111111011101101110101000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,95,10); }

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

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

 a { background-color: rgb(138,95,10); }

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

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

 span { border-color: rgb(138,95,10); }

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