Html Css Color HEX #804936 Nutmeg

📋 copy color: '#804936'

red 128 ◦ green 73 ◦ blue 54

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

Shades of Nutmeg #804936

Tints of Nutmeg #804936

RGB

 RED value IS 128 (50.39% from 255) = 50.2%

 GREEN value IS 73 (28.91% from 255) = 28.63%

 BLUE value IS 54 (21.48% from 255) = 21.18%

R = 50.2%
G = 28.63%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#804936 (or 0x804936) is known color: Nutmeg. HEX triplet: 80, 49 and 36. RGB value is (128,73,54). Sum of RGB (Red+Green+Blue) = 128+73+54=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #804936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804936 is #7FB6C9. Grayscale: #575757. Windows color (decimal): -8369866 or 3557760. OLE color: 3557760.

HSL color Cylindrical-coordinate representation of color #804936: hue angle of 15.41º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #804936 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 54 -
CMYK 0 0.43 0.58 0.50
HSL 15.41º 0.41% 0.36% -
HSV(B) 15.41º 0.58% 0.5% -
XYZ 11.95 9.62 4.72 -
YUV 87.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 128 73 54 0 0.43 0.58 0.50 15.41 0.41 0.36
Hex 80 49 36 0 2B 3A 32 F 29 24
Octal 200 111 66 0 53 72 62 17 51 44
Binary 10000000 1001001 110110 0 101011 111010 110010 1111 101001 100100

Color Harmonies of #804936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804936

Black with #804936

Text Example


Text Example

White with #804936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804936; }

 p { color: rgb(128,73,54); }

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

background-color css

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

 a { background-color: rgb(128,73,54); }

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

border-color css

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

 span { border-color: rgb(128,73,54); }

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