Html Css Color HEX #725040 Spice

📋 copy color: '#725040'

red 114 ◦ green 80 ◦ blue 64

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

Shades of Spice #725040

Tints of Spice #725040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.81%

R = 44.19%
G = 31.01%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#725040 (or 0x725040) is known color: Spice. HEX triplet: 72, 50 and 40. RGB value is (114,80,64). Sum of RGB (Red+Green+Blue) = 114+80+64=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #725040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725040 is #8DAFBF. Grayscale: #585858. Windows color (decimal): -9285568 or 4214898. OLE color: 4214898.

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

Color convert

RGB 114 80 64 -
CMYK 0 0.30 0.44 0.55
HSL 19.2º 0.28% 0.35% -
HSV(B) 19.2º 0.44% 0.45% -
XYZ 10.73 9.68 6.15 -
YUV 88.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 114 80 64 0 0.30 0.44 0.55 19.2 0.28 0.35
Hex 72 50 40 0 1E 2C 37 13 1C 23
Octal 162 120 100 0 36 54 67 23 34 43
Binary 1110010 1010000 1000000 0 11110 101100 110111 10011 11100 100011

Color Harmonies of #725040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725040

Black with #725040

Text Example


Text Example

White with #725040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725040; }

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

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

background-color css

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

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

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

border-color css

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

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

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