Html Css Color HEX #896201 Golden Brown

📋 copy color: '#896201'

red 137 ◦ green 98 ◦ blue 1

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

Shades of Golden Brown #896201

Tints of Golden Brown #896201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 58.05%
G = 41.53%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#896201 (or 0x896201) is known color: Golden Brown. HEX triplet: 89, 62 and 01. RGB value is (137,98,1). Sum of RGB (Red+Green+Blue) = 137+98+1=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #896201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896201 is #769DFE. Grayscale: #636363. Windows color (decimal): -7773695 or 90761. OLE color: 90761.

HSL color Cylindrical-coordinate representation of color #896201: hue angle of 42.79º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #896201 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 98 1 -
CMYK 0 0.28 0.99 0.46
HSL 42.79º 0.99% 0.27% -
HSV(B) 42.79º 0.99% 0.54% -
XYZ 14.69 14.06 1.97 -
YUV 98.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 137 98 1 0 0.28 0.99 0.46 42.79 0.99 0.27
Hex 89 62 1 0 1C 63 2E 2B 63 1B
Octal 211 142 1 0 34 143 56 53 143 33
Binary 10001001 1100010 1 0 11100 1100011 101110 101011 1100011 11011

Color Harmonies of #896201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896201

Black with #896201

Text Example


Text Example

White with #896201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896201; }

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

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

background-color css

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

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

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

border-color css

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

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

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