Html Css Color HEX #896200 Golden Brown

📋 copy color: '#896200'

red 137 ◦ green 98 ◦ blue 0

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

Shades of Golden Brown #896200

Tints of Golden Brown #896200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.7%

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

R = 58.3%
G = 41.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#896200 (or 0x896200) is known color: Golden Brown. HEX triplet: 89, 62 and 00. RGB value is (137,98,0). Sum of RGB (Red+Green+Blue) = 137+98+0=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #896200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896200 is #769DFF. Grayscale: #626262. Windows color (decimal): -7773696 or 25225. OLE color: 25225.

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

Color convert

RGB 137 98 0 -
CMYK 0 0.28 1 0.46
HSL 42.92º 1% 0.27% -
HSV(B) 42.92º 1% 0.54% -
XYZ 14.68 14.05 1.94 -
YUV 98.49 72.42 155.47 -
System Red Green Blue C M Y K H S L
Decimal 137 98 0 0 0.28 1 0.46 42.92 1 0.27
Hex 89 62 0 0 1C 64 2E 2B 64 1B
Octal 211 142 0 0 34 144 56 53 144 33
Binary 10001001 1100010 0 0 11100 1100100 101110 101011 1100100 11011

Color Harmonies of #896200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896200

Black with #896200

Text Example


Text Example

White with #896200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896200; }

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

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

background-color css

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

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

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

border-color css

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

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

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