Html Css Color HEX #804836 Nutmeg

📋 copy color: '#804836'

red 128 ◦ green 72 ◦ blue 54

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

Shades of Nutmeg #804836

Tints of Nutmeg #804836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

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

R = 50.39%
G = 28.35%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#804836 (or 0x804836) is known color: Nutmeg. HEX triplet: 80, 48 and 36. RGB value is (128,72,54). Sum of RGB (Red+Green+Blue) = 128+72+54=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #804836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804836 is #7FB7C9. Grayscale: #565656. Windows color (decimal): -8370122 or 3557504. OLE color: 3557504.

HSL color Cylindrical-coordinate representation of color #804836: hue angle of 14.59º 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 #804836 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 72 54 -
CMYK 0 0.44 0.58 0.50
HSL 14.59º 0.41% 0.36% -
HSV(B) 14.59º 0.58% 0.5% -
XYZ 11.89 9.49 4.7 -
YUV 86.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 128 72 54 0 0.44 0.58 0.50 14.59 0.41 0.36
Hex 80 48 36 0 2C 3A 32 F 29 24
Octal 200 110 66 0 54 72 62 17 51 44
Binary 10000000 1001000 110110 0 101100 111010 110010 1111 101001 100100

Color Harmonies of #804836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804836

Black with #804836

Text Example


Text Example

White with #804836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804836; }

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

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

background-color css

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

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

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

border-color css

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

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

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