#725046

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

Shades of Spice #725046

Tints of Spice #725046

Color information

#725046 (or 0x725046) is unknown color: approx Spice. HEX triplet: 72, 50 and 46. RGB value is (114,80,70). Sum of RGB (Red+Green+Blue) = 114+80+70=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #725046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725046 is #8DAFB9. Grayscale: #595959. Windows color (decimal): -9285562 or 4608114. OLE color: 4608114.

HSL color Cylindrical-coordinate representation of color #725046: hue angle of 13.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #725046 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1148070-
CMYK00.300.390.55
HSL13.64º23.91%36.08%-
HSV(B)13.64º38.6%44.71%-
XYZ10.919.767.1-
YUV89.03117.26145.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=43.18%
G=30.30%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114807000.300.390.5513.6423.9136.08
Hex72504601E2737e1824
Octal1621201060364767163044
Binary111001010100001000110011110100111110111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725046; }

 p { color: rgb(114,80,70); }

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

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

 a { background-color: rgb(114,80,70); }

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

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

 span { border-color: rgb(114,80,70); }

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