Html Css Color HEX #895700 Golden Brown

📋 copy color: '#895700'

red 137 ◦ green 87 ◦ blue 0

#895700
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #895700

Tints of Golden Brown #895700

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 value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#895700 (or 0x895700) is known color: 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

RGB 137 87 0 -
CMYK 0 0.36 1 0.46
HSL 38.1º 1% 0.27% -
HSV(B) 38.1º 1% 0.54% -
XYZ 13.72 12.13 1.62 -
YUV 92.03 76.07 160.07 -
System Red Green Blue C M Y K H S L
Decimal 137 87 0 0 0.36 1 0.46 38.1 1 0.27
Hex 89 57 0 0 24 64 2E 26 64 1B
Octal 211 127 0 0 44 144 56 46 144 33
Binary 10001001 1010111 0 0 100100 1100100 101110 100110 1100100 11011

Color Harmonies of #895700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895700

Black with #895700

Text Example


Text Example

White with #895700

Text Example


Text Example

HTML Codes & Css Web 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>