#895D05

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

Shades of Golden Brown #895D05

Tints of Golden Brown #895D05

Color information

#895D05 (or 0x895D05) is unknown color: approx Golden Brown. HEX triplet: 89, 5D and 05. RGB value is (137,93,5). Sum of RGB (Red+Green+Blue) = 137+93+5=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #895D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D05 is #76A2FA. Grayscale: #606060. Windows color (decimal): -7774971 or 351625. OLE color: 351625.

HSL color Cylindrical-coordinate representation of color #895D05: hue angle of 40º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #895D05 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB137935-
CMYK00.320.960.46
HSL40º92.96%27.84%-
HSV(B)40º96.35%53.73%-
XYZ14.2613.161.93-
YUV96.1276.58157.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.30%
GREEN value IS 93 (36.72% from 255) = 39.57%
BLUE value IS 5 (2.34% from 255) = 2.13%
R=58.30%
G=39.57%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13793500.320.960.464092.9627.84
Hex895D5020602E285d1c
Octal2111355040140565013534
Binary10001001101110110101000001100000101110101000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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