Html Css Color HEX #725044 Spice

📋 copy color: '#725044'

red 114 ◦ green 80 ◦ blue 68

#725044
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spice #725044

Tints of Spice #725044

RGB

 RED value IS 114 (44.92% from 255) = 43.51%

 GREEN value IS 80 (31.64% from 255) = 30.53%

 BLUE value IS 68 (26.95% from 255) = 25.95%

R = 43.51%
G = 30.53%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#725044 (or 0x725044) is known color: Spice. HEX triplet: 72, 50 and 44. RGB value is (114,80,68). Sum of RGB (Red+Green+Blue) = 114+80+68=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #725044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725044 is #8DAFBB. Grayscale: #585858. Windows color (decimal): -9285564 or 4477042. OLE color: 4477042.

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

Color convert

RGB 114 80 68 -
CMYK 0 0.30 0.40 0.55
HSL 15.65º 0.25% 0.36% -
HSV(B) 15.65º 0.4% 0.45% -
XYZ 10.85 9.73 6.78 -
YUV 88.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 114 80 68 0 0.30 0.40 0.55 15.65 0.25 0.36
Hex 72 50 44 0 1E 28 37 10 19 24
Octal 162 120 104 0 36 50 67 20 31 44
Binary 1110010 1010000 1000100 0 11110 101000 110111 10000 11001 100100

Color Harmonies of #725044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725044

Black with #725044

Text Example


Text Example

White with #725044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725044; }

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

 H1.HeaderClassName
 {
   color: #725044;
 }
 .AnyTagClassName
 {
   color: #725044;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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