Html Css Color HEX #725144 Spice

📋 copy color: '#725144'

red 114 ◦ green 81 ◦ blue 68

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

Shades of Spice #725144

Tints of Spice #725144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.8%

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

R = 43.35%
G = 30.8%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#725144 (or 0x725144) is known color: Spice. HEX triplet: 72, 51 and 44. RGB value is (114,81,68). Sum of RGB (Red+Green+Blue) = 114+81+68=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #725144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725144 is #8DAEBB. Grayscale: #595959. Windows color (decimal): -9285308 or 4477298. OLE color: 4477298.

HSL color Cylindrical-coordinate representation of color #725144: hue angle of 16.96º 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 #725144 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 81 68 -
CMYK 0 0.29 0.40 0.55
HSL 16.96º 0.25% 0.36% -
HSV(B) 16.96º 0.4% 0.45% -
XYZ 10.93 9.88 6.8 -
YUV 89.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 114 81 68 0 0.29 0.40 0.55 16.96 0.25 0.36
Hex 72 51 44 0 1D 28 37 11 19 24
Octal 162 121 104 0 35 50 67 21 31 44
Binary 1110010 1010001 1000100 0 11101 101000 110111 10001 11001 100100

Color Harmonies of #725144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725144

Black with #725144

Text Example


Text Example

White with #725144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725144; }

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

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

background-color css

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

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

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

border-color css

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

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

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