#725045

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

Shades of Spice #725045

Tints of Spice #725045

Color information

#725045 (or 0x725045) is unknown color: approx Spice. HEX triplet: 72, 50 and 45. RGB value is (114,80,69). Sum of RGB (Red+Green+Blue) = 114+80+69=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #725045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725045 is #8DAFBA. Grayscale: #585858. Windows color (decimal): -9285563 or 4542578. OLE color: 4542578.

HSL color Cylindrical-coordinate representation of color #725045: hue angle of 14.67º degrees, saturation: 0.25, 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 #725045 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1148069-
CMYK00.300.390.55
HSL14.67º24.59%35.88%-
HSV(B)14.67º39.47%44.71%-
XYZ10.889.746.94-
YUV88.91116.76145.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=43.35%
G=30.42%
B=26.24%

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
Decimal114806900.300.390.5514.6724.5935.88
Hex72504501E2737f1924
Octal1621201050364767173144
Binary111001010100001000101011110100111110111111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725045; }

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

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

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

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

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

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

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

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