Html Css Color HEX #804A38 Nutmeg

📋 copy color: '#804A38'

red 128 ◦ green 74 ◦ blue 56

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

Shades of Nutmeg #804A38

Tints of Nutmeg #804A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.68%

 BLUE value IS 56 (22.27% from 255) = 21.71%

R = 49.61%
G = 28.68%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#804A38 (or 0x804A38) is known color: Nutmeg. HEX triplet: 80, 4A and 38. RGB value is (128,74,56). Sum of RGB (Red+Green+Blue) = 128+74+56=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #804A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A38 is #7FB5C7. Grayscale: #585858. Windows color (decimal): -8369608 or 3689088. OLE color: 3689088.

HSL color Cylindrical-coordinate representation of color #804A38: hue angle of 15º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #804A38 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 74 56 -
CMYK 0 0.42 0.56 0.50
HSL 15º 0.39% 0.36% -
HSV(B) 15º 0.56% 0.5% -
XYZ 12.06 9.77 4.99 -
YUV 88.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 128 74 56 0 0.42 0.56 0.50 15 0.39 0.36
Hex 80 4A 38 0 2A 38 32 F 27 24
Octal 200 112 70 0 52 70 62 17 47 44
Binary 10000000 1001010 111000 0 101010 111000 110010 1111 100111 100100

Color Harmonies of #804A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A38

Black with #804A38

Text Example


Text Example

White with #804A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804A38; }

 p { color: rgb(128,74,56); }

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

background-color css

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

 a { background-color: rgb(128,74,56); }

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

border-color css

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

 span { border-color: rgb(128,74,56); }

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