Html Css Color HEX #896000 Golden Brown

📋 copy color: '#896000'

red 137 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #896000

Tints of Golden Brown #896000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

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

R = 58.8%
G = 41.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#896000 (or 0x896000) is known color: Golden Brown. HEX triplet: 89, 60 and 00. RGB value is (137,96,0). Sum of RGB (Red+Green+Blue) = 137+96+0=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #896000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896000 is #769FFF. Grayscale: #616161. Windows color (decimal): -7774208 or 24713. OLE color: 24713.

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

Color convert

RGB 137 96 0 -
CMYK 0 0.30 1 0.46
HSL 42.04º 1% 0.27% -
HSV(B) 42.04º 1% 0.54% -
XYZ 14.5 13.68 1.88 -
YUV 97.32 73.08 156.31 -
System Red Green Blue C M Y K H S L
Decimal 137 96 0 0 0.30 1 0.46 42.04 1 0.27
Hex 89 60 0 0 1E 64 2E 2A 64 1B
Octal 211 140 0 0 36 144 56 52 144 33
Binary 10001001 1100000 0 0 11110 1100100 101110 101010 1100100 11011

Color Harmonies of #896000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896000

Black with #896000

Text Example


Text Example

White with #896000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896000; }

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

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

background-color css

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

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

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

border-color css

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

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

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