#75493A

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

Shades of Nutmeg #75493A

Tints of Nutmeg #75493A

Color information

#75493A (or 0x75493A) is unknown color: approx Nutmeg. HEX triplet: 75, 49 and 3A. RGB value is (117,73,58). Sum of RGB (Red+Green+Blue) = 117+73+58=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75493A is #8AB6C5. Grayscale: #545454. Windows color (decimal): -9090758 or 3819893. OLE color: 3819893.

HSL color Cylindrical-coordinate representation of color #75493A: hue angle of 15.25º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75493A is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1177358-
CMYK00.380.500.54
HSL15.25º33.71%34.31%-
HSV(B)15.25º50.43%45.88%-
XYZ10.488.855.16-
YUV84.45113.08151.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=47.18%
G=29.44%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117735800.380.500.5415.2533.7134.31
Hex75493A0263236f2222
Octal165111720466266174242
Binary1110101100100111101001001101100101101101111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75493A; }

 p { color: rgb(117,73,58); }

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

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

 a { background-color: rgb(117,73,58); }

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

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

 span { border-color: rgb(117,73,58); }

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