#896211

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

Shades of Golden Brown #896211

Tints of Golden Brown #896211

Color information

#896211 (or 0x896211) is unknown color: approx Golden Brown. HEX triplet: 89, 62 and 11. RGB value is (137,98,17). Sum of RGB (Red+Green+Blue) = 137+98+17=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #896211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896211 is #769DEE. Grayscale: #646464. Windows color (decimal): -7773679 or 1139337. OLE color: 1139337.

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

Color convert

RGB1379817-
CMYK00.280.880.46
HSL40.5º77.92%30.2%-
HSV(B)40.5º87.59%53.73%-
XYZ14.7914.092.47-
YUV100.4380.92154.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.37%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 17 (7.03% from 255) = 6.75%
R=54.37%
G=38.89%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137981700.280.880.4640.577.9230.2
Hex89621101C582E284e1e
Octal21114221034130565011636
Binary100010011100010100010111001011000101110101000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896211; }

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

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

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

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

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

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

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

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