#896311

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

Shades of Golden Brown #896311

Tints of Golden Brown #896311

Color information

#896311 (or 0x896311) is unknown color: approx Golden Brown. HEX triplet: 89, 63 and 11. RGB value is (137,99,17). Sum of RGB (Red+Green+Blue) = 137+99+17=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #896311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896311 is #769CEE. Grayscale: #656565. Windows color (decimal): -7773423 or 1139593. OLE color: 1139593.

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

Color convert

RGB1379917-
CMYK00.280.880.46
HSL41º77.92%30.2%-
HSV(B)41º87.59%53.73%-
XYZ14.8814.282.5-
YUV101.0180.59153.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.15%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 17 (7.03% from 255) = 6.72%
R=54.15%
G=39.13%
B=6.72%

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
Decimal137991700.280.880.464177.9230.2
Hex89631101C582E294e1e
Octal21114321034130565111636
Binary100010011100011100010111001011000101110101001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896311; }

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

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

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

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

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

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

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

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