Html Css Color HEX #896504 Golden Brown

📋 copy color: '#896504'

red 137 ◦ green 101 ◦ blue 4

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

Shades of Golden Brown #896504

Tints of Golden Brown #896504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.74%

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

R = 56.61%
G = 41.74%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#896504 (or 0x896504) is known color: Golden Brown. HEX triplet: 89, 65 and 04. RGB value is (137,101,4). Sum of RGB (Red+Green+Blue) = 137+101+4=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #896504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896504 is #769AFB. Grayscale: #656565. Windows color (decimal): -7772924 or 288137. OLE color: 288137.

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

Color convert

RGB 137 101 4 -
CMYK 0 0.26 0.97 0.46
HSL 43.76º 0.94% 0.28% -
HSV(B) 43.76º 0.97% 0.54% -
XYZ 14.99 14.63 2.15 -
YUV 100.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 137 101 4 0 0.26 0.97 0.46 43.76 0.94 0.28
Hex 89 65 4 0 1A 61 2E 2C 5E 1C
Octal 211 145 4 0 32 141 56 54 136 34
Binary 10001001 1100101 100 0 11010 1100001 101110 101100 1011110 11100

Color Harmonies of #896504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896504

Black with #896504

Text Example


Text Example

White with #896504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896504; }

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

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

background-color css

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

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

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

border-color css

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

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

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