#895E16

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

Shades of Golden Brown #895E16

Tints of Golden Brown #895E16

Color information

#895E16 (or 0x895E16) is unknown color: approx Golden Brown. HEX triplet: 89, 5E and 16. RGB value is (137,94,22). Sum of RGB (Red+Green+Blue) = 137+94+22=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #895E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895E16 is #76A1E9. Grayscale: #626262. Windows color (decimal): -7774698 or 1465993. OLE color: 1465993.

HSL color Cylindrical-coordinate representation of color #895E16: hue angle of 37.57º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #895E16 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB1379422-
CMYK00.310.840.46
HSL37.57º72.33%31.18%-
HSV(B)37.57º83.94%53.73%-
XYZ14.4613.382.58-
YUV98.6584.75155.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.15%
GREEN value IS 94 (37.11% from 255) = 37.15%
BLUE value IS 22 (8.98% from 255) = 8.70%
R=54.15%
G=37.15%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137942200.310.840.4637.5772.3331.18
Hex895E1601F542E26481f
Octal21113626037124564611037
Binary100010011011110101100111111010100101110100110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895E16; }

 p { color: rgb(137,94,22); }

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

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

 a { background-color: rgb(137,94,22); }

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

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

 span { border-color: rgb(137,94,22); }

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