Html Css Color HEX #895800 Golden Brown

📋 copy color: '#895800'

red 137 ◦ green 88 ◦ blue 0

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

Shades of Golden Brown #895800

Tints of Golden Brown #895800

RGB

 RED value IS 137 (53.91% from 255) = 60.89%

 GREEN value IS 88 (34.77% from 255) = 39.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.89%
G = 39.11%
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

#895800 (or 0x895800) is known color: Golden Brown. HEX triplet: 89, 58 and 00. RGB value is (137,88,0). Sum of RGB (Red+Green+Blue) = 137+88+0=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #895800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895800 is #76A7FF. Grayscale: #5D5D5D. Windows color (decimal): -7776256 or 22665. OLE color: 22665.

HSL color Cylindrical-coordinate representation of color #895800: hue angle of 38.54º 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 #895800 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 88 0 -
CMYK 0 0.36 1 0.46
HSL 38.54º 1% 0.27% -
HSV(B) 38.54º 1% 0.54% -
XYZ 13.81 12.3 1.65 -
YUV 92.62 75.73 159.66 -
System Red Green Blue C M Y K H S L
Decimal 137 88 0 0 0.36 1 0.46 38.54 1 0.27
Hex 89 58 0 0 24 64 2E 27 64 1B
Octal 211 130 0 0 44 144 56 47 144 33
Binary 10001001 1011000 0 0 100100 1100100 101110 100111 1100100 11011

Color Harmonies of #895800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895800

Black with #895800

Text Example


Text Example

White with #895800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895800; }

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

 H1.HeaderClassName
 {
   color: #895800;
 }
 .AnyTagClassName
 {
   color: #895800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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