Html Css Color HEX #725247 Spice

📋 copy color: '#725247'

red 114 ◦ green 82 ◦ blue 71

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

Shades of Spice #725247

Tints of Spice #725247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.59%

R = 42.7%
G = 30.71%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#725247 (or 0x725247) is known color: Spice. HEX triplet: 72, 52 and 47. RGB value is (114,82,71). Sum of RGB (Red+Green+Blue) = 114+82+71=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #725247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725247 is #8DADB8. Grayscale: #5A5A5A. Windows color (decimal): -9285049 or 4674162. OLE color: 4674162.

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

Color convert

RGB 114 82 71 -
CMYK 0 0.28 0.38 0.55
HSL 15.35º 0.23% 0.36% -
HSV(B) 15.35º 0.38% 0.45% -
XYZ 11.09 10.07 7.32 -
YUV 90.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 114 82 71 0 0.28 0.38 0.55 15.35 0.23 0.36
Hex 72 52 47 0 1C 26 37 F 17 24
Octal 162 122 107 0 34 46 67 17 27 44
Binary 1110010 1010010 1000111 0 11100 100110 110111 1111 10111 100100

Color Harmonies of #725247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725247

Black with #725247

Text Example


Text Example

White with #725247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725247; }

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

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

background-color css

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

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

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

border-color css

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

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

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