#775249

Color #775249 Nutmeg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nutmeg #775249

Tints of Nutmeg #775249

Color information

#775249 (or 0x775249) is unknown color: approx Nutmeg. HEX triplet: 77, 52 and 49. RGB value is (119,82,73). Sum of RGB (Red+Green+Blue) = 119+82+73=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #775249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775249 is #88ADB6. Grayscale: #5C5C5C. Windows color (decimal): -8957367 or 4805239. OLE color: 4805239.

HSL color Cylindrical-coordinate representation of color #775249: hue angle of 11.74º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775249 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1198273-
CMYK00.310.390.53
HSL11.74º23.96%37.65%-
HSV(B)11.74º38.66%46.67%-
XYZ11.8310.447.69-
YUV92.04117.26147.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=43.43%
G=29.93%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119827300.310.390.5311.7423.9637.65
Hex77524901F2735c1826
Octal1671221110374765143046
Binary111011110100101001001011111100111110101110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775249; }

 p { color: rgb(119,82,73); }

 H1.HeaderClassName
 {
   color: #775249;
 }
 .AnyTagClassName
 {
   color: #775249;
 }
</style>
background-color css

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

 a { background-color: rgb(119,82,73); }

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

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

 span { border-color: rgb(119,82,73); }

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