#896412

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

Shades of Golden Brown #896412

Tints of Golden Brown #896412

Color information

#896412 (or 0x896412) is unknown color: approx Golden Brown. HEX triplet: 89, 64 and 12. RGB value is (137,100,18). Sum of RGB (Red+Green+Blue) = 137+100+18=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #896412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896412 is #769BED. Grayscale: #666666. Windows color (decimal): -7773166 or 1205385. OLE color: 1205385.

HSL color Cylindrical-coordinate representation of color #896412: hue angle of 41.34º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #896412 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB13710018-
CMYK00.270.870.46
HSL41.34º76.77%30.39%-
HSV(B)41.34º86.86%53.73%-
XYZ14.9814.482.58-
YUV101.7280.76153.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.73%
GREEN value IS 100 (39.45% from 255) = 39.22%
BLUE value IS 18 (7.42% from 255) = 7.06%
R=53.73%
G=39.22%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371001800.270.870.4641.3476.7730.39
Hex89641201B572E294d1e
Octal21114422033127565111536
Binary100010011100100100100110111010111101110101001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896412; }

 p { color: rgb(137,100,18); }

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

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

 a { background-color: rgb(137,100,18); }

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

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

 span { border-color: rgb(137,100,18); }

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