#8A6211

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

Shades of Golden Brown #8A6211

Tints of Golden Brown #8A6211

Color information

#8A6211 (or 0x8A6211) is unknown color: approx Golden Brown. HEX triplet: 8A, 62 and 11. RGB value is (138,98,17). Sum of RGB (Red+Green+Blue) = 138+98+17=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6211 is #759DEE. Grayscale: #656565. Windows color (decimal): -7708143 or 1139338. OLE color: 1139338.

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

Color convert

RGB1389817-
CMYK00.290.880.46
HSL40.17º78.06%30.39%-
HSV(B)40.17º87.68%54.12%-
XYZ14.9514.182.48-
YUV100.7380.75154.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.55%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 17 (7.03% from 255) = 6.72%
R=54.55%
G=38.74%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138981700.290.880.4640.1778.0630.39
Hex8A621101D582E284e1e
Octal21214221035130565011636
Binary100010101100010100010111011011000101110101000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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