Html Css Color HEX #896304 Golden Brown

📋 copy color: '#896304'

red 137 ◦ green 99 ◦ blue 4

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

Shades of Golden Brown #896304

Tints of Golden Brown #896304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.25%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 57.08%
G = 41.25%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#896304 (or 0x896304) is known color: Golden Brown. HEX triplet: 89, 63 and 04. RGB value is (137,99,4). Sum of RGB (Red+Green+Blue) = 137+99+4=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #896304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896304 is #769CFB. Grayscale: #636363. Windows color (decimal): -7773436 or 287625. OLE color: 287625.

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

Color convert

RGB 137 99 4 -
CMYK 0 0.28 0.97 0.46
HSL 42.86º 0.94% 0.28% -
HSV(B) 42.86º 0.97% 0.54% -
XYZ 14.8 14.25 2.09 -
YUV 99.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 137 99 4 0 0.28 0.97 0.46 42.86 0.94 0.28
Hex 89 63 4 0 1C 61 2E 2B 5E 1C
Octal 211 143 4 0 34 141 56 53 136 34
Binary 10001001 1100011 100 0 11100 1100001 101110 101011 1011110 11100

Color Harmonies of #896304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896304

Black with #896304

Text Example


Text Example

White with #896304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896304; }

 p { color: rgb(137,99,4); }

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

background-color css

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

 a { background-color: rgb(137,99,4); }

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

border-color css

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

 span { border-color: rgb(137,99,4); }

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