Html Css Color HEX #896401 Golden Brown

📋 copy color: '#896401'

red 137 ◦ green 100 ◦ blue 1

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

Shades of Golden Brown #896401

Tints of Golden Brown #896401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.02%

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

R = 57.56%
G = 42.02%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#896401 (or 0x896401) is known color: Golden Brown. HEX triplet: 89, 64 and 01. RGB value is (137,100,1). Sum of RGB (Red+Green+Blue) = 137+100+1=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #896401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896401 is #769BFE. Grayscale: #646464. Windows color (decimal): -7773183 or 91273. OLE color: 91273.

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

Color convert

RGB 137 100 1 -
CMYK 0 0.27 0.99 0.46
HSL 43.68º 0.99% 0.27% -
HSV(B) 43.68º 0.99% 0.54% -
XYZ 14.88 14.43 2.03 -
YUV 99.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 137 100 1 0 0.27 0.99 0.46 43.68 0.99 0.27
Hex 89 64 1 0 1B 63 2E 2C 63 1B
Octal 211 144 1 0 33 143 56 54 143 33
Binary 10001001 1100100 1 0 11011 1100011 101110 101100 1100011 11011

Color Harmonies of #896401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896401

Black with #896401

Text Example


Text Example

White with #896401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896401; }

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

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

background-color css

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

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

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

border-color css

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

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

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