#895707

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

Shades of Golden Brown #895707

Tints of Golden Brown #895707

Color information

#895707 (or 0x895707) is unknown color: approx Golden Brown. HEX triplet: 89, 57 and 07. RGB value is (137,87,7). Sum of RGB (Red+Green+Blue) = 137+87+7=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #895707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895707 is #76A8F8. Grayscale: #5D5D5D. Windows color (decimal): -7776505 or 481161. OLE color: 481161.

HSL color Cylindrical-coordinate representation of color #895707: hue angle of 36.92º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #895707 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB137877-
CMYK00.360.950.46
HSL36.92º90.28%28.24%-
HSV(B)36.92º94.89%53.73%-
XYZ13.7612.151.82-
YUV92.8379.56159.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.31%
GREEN value IS 87 (34.38% from 255) = 37.66%
BLUE value IS 7 (3.12% from 255) = 3.03%
R=59.31%
G=37.66%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13787700.360.950.4636.9290.2828.24
Hex895770245F2E255a1c
Octal2111277044137564513234
Binary10001001101011111101001001011111101110100101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895707; }

 p { color: rgb(137,87,7); }

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

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

 a { background-color: rgb(137,87,7); }

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

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

 span { border-color: rgb(137,87,7); }

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