#724B3F

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

Shades of Spice #724B3F

Tints of Spice #724B3F

Color information

#724B3F (or 0x724B3F) is unknown color: approx Spice. HEX triplet: 72, 4B and 3F. RGB value is (114,75,63). Sum of RGB (Red+Green+Blue) = 114+75+63=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #724B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B3F is #8DB4C0. Grayscale: #555555. Windows color (decimal): -9286849 or 4148082. OLE color: 4148082.

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

Color convert

RGB1147563-
CMYK00.340.450.55
HSL14.12º28.81%34.71%-
HSV(B)14.12º44.74%44.71%-
XYZ10.358.975.89-
YUV85.29115.42148.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 63 (25% from 255) = 25%
R=45.24%
G=29.76%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114756300.340.450.5514.1228.8134.71
Hex724B3F0222D37e1d23
Octal162113770425567163543
Binary111001010010111111110100010101101110111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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