Html Css Color HEX #895F00 Golden Brown

📋 copy color: '#895F00'

red 137 ◦ green 95 ◦ blue 0

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

Shades of Golden Brown #895F00

Tints of Golden Brown #895F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.95%

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

R = 59.05%
G = 40.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#895F00 (or 0x895F00) is known color: Golden Brown. HEX triplet: 89, 5F and 00. RGB value is (137,95,0). Sum of RGB (Red+Green+Blue) = 137+95+0=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #895F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895F00 is #76A0FF. Grayscale: #616161. Windows color (decimal): -7774464 or 24457. OLE color: 24457.

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

Color convert

RGB 137 95 0 -
CMYK 0 0.31 1 0.46
HSL 41.61º 1% 0.27% -
HSV(B) 41.61º 1% 0.54% -
XYZ 14.41 13.5 1.85 -
YUV 96.73 73.41 156.72 -
System Red Green Blue C M Y K H S L
Decimal 137 95 0 0 0.31 1 0.46 41.61 1 0.27
Hex 89 5F 0 0 1F 64 2E 2A 64 1B
Octal 211 137 0 0 37 144 56 52 144 33
Binary 10001001 1011111 0 0 11111 1100100 101110 101010 1100100 11011

Color Harmonies of #895F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F00

Black with #895F00

Text Example


Text Example

White with #895F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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