#8A5810

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

Shades of Golden Brown #8A5810

Tints of Golden Brown #8A5810

Color information

#8A5810 (or 0x8A5810) is unknown color: approx Golden Brown. HEX triplet: 8A, 58 and 10. RGB value is (138,88,16). Sum of RGB (Red+Green+Blue) = 138+88+16=242 (32% of max value = 765). Red value is 138 (54.30% from 255 or 57.02% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5810 is #75A7EF. Grayscale: #5F5F5F. Windows color (decimal): -7710704 or 1071242. OLE color: 1071242.

HSL color Cylindrical-coordinate representation of color #8A5810: hue angle of 35.41º degrees, saturation: 0.79, 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 #8A5810 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB1388816-
CMYK00.360.880.46
HSL35.41º79.22%30.2%-
HSV(B)35.41º88.41%54.12%-
XYZ14.0612.422.15-
YUV94.7483.56158.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.02%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 16 (6.64% from 255) = 6.61%
R=57.02%
G=36.36%
B=6.61%

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
Decimal138881600.360.880.4635.4179.2230.2
Hex8A5810024582E234f1e
Octal21213020044130564311736
Binary1000101010110001000001001001011000101110100011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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