Html Css Color HEX #896400 Golden Brown

📋 copy color: '#896400'

red 137 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #896400

Tints of Golden Brown #896400

RGB

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

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

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

R = 57.81%
G = 42.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#896400 (or 0x896400) is known color: Golden Brown. HEX triplet: 89, 64 and 00. RGB value is (137,100,0). Sum of RGB (Red+Green+Blue) = 137+100+0=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #896400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896400 is #769BFF. Grayscale: #646464. Windows color (decimal): -7773184 or 25737. OLE color: 25737.

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

Color convert

RGB 137 100 0 -
CMYK 0 0.27 1 0.46
HSL 43.8º 1% 0.27% -
HSV(B) 43.8º 1% 0.54% -
XYZ 14.87 14.43 2 -
YUV 99.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 137 100 0 0 0.27 1 0.46 43.8 1 0.27
Hex 89 64 0 0 1B 64 2E 2C 64 1B
Octal 211 144 0 0 33 144 56 54 144 33
Binary 10001001 1100100 0 0 11011 1100100 101110 101100 1100100 11011

Color Harmonies of #896400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896400

Black with #896400

Text Example


Text Example

White with #896400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896400; }

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

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

background-color css

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

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

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

border-color css

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

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

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