#724F41

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

Shades of Spice #724F41

Tints of Spice #724F41

Color information

#724F41 (or 0x724F41) is unknown color: approx Spice. HEX triplet: 72, 4F and 41. RGB value is (114,79,65). Sum of RGB (Red+Green+Blue) = 114+79+65=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #724F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724F41 is #8DB0BE. Grayscale: #575757. Windows color (decimal): -9285823 or 4280178. OLE color: 4280178.

HSL color Cylindrical-coordinate representation of color #724F41: hue angle of 17.14º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #724F41 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1147965-
CMYK00.310.430.55
HSL17.14º27.37%35.1%-
HSV(B)17.14º42.98%44.71%-
XYZ10.699.556.28-
YUV87.87115.1146.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 79 (31.25% from 255) = 30.62%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=44.19%
G=30.62%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114796500.310.430.5517.1427.3735.1
Hex724F4101F2B37111b23
Octal1621171010375367213343
Binary1110010100111110000010111111010111101111000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724F41; }

 p { color: rgb(114,79,65); }

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

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

 a { background-color: rgb(114,79,65); }

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

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

 span { border-color: rgb(114,79,65); }

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