Html Css Color HEX #725244 Spice

📋 copy color: '#725244'

red 114 ◦ green 82 ◦ blue 68

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

Shades of Spice #725244

Tints of Spice #725244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 43.18%
G = 31.06%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#725244 (or 0x725244) is known color: Spice. HEX triplet: 72, 52 and 44. RGB value is (114,82,68). Sum of RGB (Red+Green+Blue) = 114+82+68=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #725244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725244 is #8DADBB. Grayscale: #5A5A5A. Windows color (decimal): -9285052 or 4477554. OLE color: 4477554.

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

Color convert

RGB 114 82 68 -
CMYK 0 0.28 0.40 0.55
HSL 18.26º 0.25% 0.36% -
HSV(B) 18.26º 0.4% 0.45% -
XYZ 11 10.03 6.82 -
YUV 89.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 114 82 68 0 0.28 0.40 0.55 18.26 0.25 0.36
Hex 72 52 44 0 1C 28 37 12 19 24
Octal 162 122 104 0 34 50 67 22 31 44
Binary 1110010 1010010 1000100 0 11100 101000 110111 10010 11001 100100

Color Harmonies of #725244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725244

Black with #725244

Text Example


Text Example

White with #725244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725244; }

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

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

background-color css

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

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

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

border-color css

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

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

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