#8A5811

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

Shades of Golden Brown #8A5811

Tints of Golden Brown #8A5811

Color information

#8A5811 (or 0x8A5811) is unknown color: approx Golden Brown. HEX triplet: 8A, 58 and 11. RGB value is (138,88,17). Sum of RGB (Red+Green+Blue) = 138+88+17=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5811 is #75A7EE. Grayscale: #5F5F5F. Windows color (decimal): -7710703 or 1136778. OLE color: 1136778.

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

Color convert

RGB1388817-
CMYK00.360.880.46
HSL35.21º78.06%30.39%-
HSV(B)35.21º87.68%54.12%-
XYZ14.0712.422.19-
YUV94.8684.06158.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.79%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 17 (7.03% from 255) = 7.00%
R=56.79%
G=36.21%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138881700.360.880.4635.2178.0630.39
Hex8A5811024582E234e1e
Octal21213021044130564311636
Binary1000101010110001000101001001011000101110100011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,88,17); }

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

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

 a { background-color: rgb(138,88,17); }

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

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

 span { border-color: rgb(138,88,17); }

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