#895700

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

Shades of Golden Brown #895700

Tints of Golden Brown #895700

Color information

#895700 (or 0x895700) is unknown color: approx Golden Brown. HEX triplet: 89, 57 and 00. RGB value is (137,87,0). Sum of RGB (Red+Green+Blue) = 137+87+0=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #895700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895700 is #76A8FF. Grayscale: #5C5C5C. Windows color (decimal): -7776512 or 22409. OLE color: 22409.

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

Color convert

RGB137870-
CMYK00.3610.46
HSL38.1º100%26.86%-
HSV(B)38.1º100%53.73%-
XYZ13.7212.131.62-
YUV92.0376.06160.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.16%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.16%
G=38.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13787000.3610.4638.110026.86
Hex89570024642E26641b
Octal2111270044144564614433
Binary100010011010111001001001100100101110100110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895700; }

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

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

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

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

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

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

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

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