#8A6005

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

Shades of Golden Brown #8A6005

Tints of Golden Brown #8A6005

Color information

#8A6005 (or 0x8A6005) is unknown color: approx Golden Brown. HEX triplet: 8A, 60 and 05. RGB value is (138,96,5). Sum of RGB (Red+Green+Blue) = 138+96+5=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6005 is #759FFA. Grayscale: #626262. Windows color (decimal): -7708667 or 352394. OLE color: 352394.

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

Color convert

RGB138965-
CMYK00.300.960.46
HSL41.05º93.01%28.04%-
HSV(B)41.05º96.38%54.12%-
XYZ14.6913.782.03-
YUV98.1875.41156.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.74%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 5 (2.34% from 255) = 2.09%
R=57.74%
G=40.17%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13896500.300.960.4641.0593.0128.04
Hex8A60501E602E295d1c
Octal2121405036140565113534
Binary1000101011000001010111101100000101110101001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,96,5); }

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

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

 a { background-color: rgb(138,96,5); }

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

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

 span { border-color: rgb(138,96,5); }

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