Html Css Color HEX #725147 Spice

📋 copy color: '#725147'

red 114 ◦ green 81 ◦ blue 71

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

Shades of Spice #725147

Tints of Spice #725147

RGB

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

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

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

R = 42.86%
G = 30.45%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#725147 (or 0x725147) is known color: Spice. HEX triplet: 72, 51 and 47. RGB value is (114,81,71). Sum of RGB (Red+Green+Blue) = 114+81+71=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #725147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725147 is #8DAEB8. Grayscale: #595959. Windows color (decimal): -9285305 or 4673906. OLE color: 4673906.

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

Color convert

RGB 114 81 71 -
CMYK 0 0.29 0.38 0.55
HSL 13.95º 0.23% 0.36% -
HSV(B) 13.95º 0.38% 0.45% -
XYZ 11.02 9.92 7.29 -
YUV 89.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 114 81 71 0 0.29 0.38 0.55 13.95 0.23 0.36
Hex 72 51 47 0 1D 26 37 E 17 24
Octal 162 121 107 0 35 46 67 16 27 44
Binary 1110010 1010001 1000111 0 11101 100110 110111 1110 10111 100100

Color Harmonies of #725147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725147

Black with #725147

Text Example


Text Example

White with #725147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725147; }

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

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

background-color css

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

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

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

border-color css

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

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

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