#755045

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

Shades of Nutmeg #755045

Tints of Nutmeg #755045

Color information

#755045 (or 0x755045) is unknown color: approx Nutmeg. HEX triplet: 75, 50 and 45. RGB value is (117,80,69). Sum of RGB (Red+Green+Blue) = 117+80+69=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #755045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755045 is #8AAFBA. Grayscale: #595959. Windows color (decimal): -9088955 or 4542581. OLE color: 4542581.

HSL color Cylindrical-coordinate representation of color #755045: hue angle of 13.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #755045 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1178069-
CMYK00.320.410.54
HSL13.75º25.81%36.47%-
HSV(B)13.75º41.03%45.88%-
XYZ11.289.956.96-
YUV89.81116.26147.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=43.98%
G=30.08%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117806900.320.410.5413.7525.8136.47
Hex7550450202936e1a24
Octal1651201050405166163244
Binary1110101101000010001010100000101001110110111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755045; }

 p { color: rgb(117,80,69); }

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

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

 a { background-color: rgb(117,80,69); }

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

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

 span { border-color: rgb(117,80,69); }

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