#754B3C

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

Shades of Nutmeg #754B3C

Tints of Nutmeg #754B3C

Color information

#754B3C (or 0x754B3C) is unknown color: approx Nutmeg. HEX triplet: 75, 4B and 3C. RGB value is (117,75,60). Sum of RGB (Red+Green+Blue) = 117+75+60=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #754B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B3C is #8AB4C3. Grayscale: #555555. Windows color (decimal): -9090244 or 3951477. OLE color: 3951477.

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

Color convert

RGB1177560-
CMYK00.360.490.54
HSL15.79º32.2%34.71%-
HSV(B)15.79º48.72%45.88%-
XYZ10.679.145.48-
YUV85.85113.41150.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=46.43%
G=29.76%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117756000.360.490.5415.7932.234.71
Hex754B3C0243136102023
Octal165113740446166204043
Binary11101011001011111100010010011000111011010000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754B3C; }

 p { color: rgb(117,75,60); }

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

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

 a { background-color: rgb(117,75,60); }

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

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

 span { border-color: rgb(117,75,60); }

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