#895D16

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

Shades of Golden Brown #895D16

Tints of Golden Brown #895D16

Color information

#895D16 (or 0x895D16) is unknown color: approx Golden Brown. HEX triplet: 89, 5D and 16. RGB value is (137,93,22). Sum of RGB (Red+Green+Blue) = 137+93+22=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #895D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D16 is #76A2E9. Grayscale: #626262. Windows color (decimal): -7774954 or 1465737. OLE color: 1465737.

HSL color Cylindrical-coordinate representation of color #895D16: hue angle of 37.04º 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 #895D16 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB1379322-
CMYK00.320.840.46
HSL37.04º72.33%31.18%-
HSV(B)37.04º83.94%53.73%-
XYZ14.3813.22.55-
YUV98.0685.08155.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.37%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=54.37%
G=36.90%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137932200.320.840.4637.0472.3331.18
Hex895D16020542E25481f
Octal21113526040124564511037
Binary1000100110111011011001000001010100101110100101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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