#754B3F

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

Shades of Nutmeg #754B3F

Tints of Nutmeg #754B3F

Color information

#754B3F (or 0x754B3F) is unknown color: approx Nutmeg. HEX triplet: 75, 4B and 3F. RGB value is (117,75,63). Sum of RGB (Red+Green+Blue) = 117+75+63=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #754B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B3F is #8AB4C0. Grayscale: #565656. Windows color (decimal): -9090241 or 4148085. OLE color: 4148085.

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

Color convert

RGB1177563-
CMYK00.360.460.54
HSL13.33º30%35.29%-
HSV(B)13.33º46.15%45.88%-
XYZ10.759.175.91-
YUV86.19114.91149.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 75 (29.69% from 255) = 29.41%
BLUE value IS 63 (25% from 255) = 24.71%
R=45.88%
G=29.41%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117756300.360.460.5413.333035.29
Hex754B3F0242E36d1e23
Octal165113770445666153643
Binary111010110010111111110100100101110110110110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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