Html Css Color HEX #725444 Spice

📋 copy color: '#725444'

red 114 ◦ green 84 ◦ blue 68

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

Shades of Spice #725444

Tints of Spice #725444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.58%

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

R = 42.86%
G = 31.58%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#725444 (or 0x725444) is known color: Spice. HEX triplet: 72, 54 and 44. RGB value is (114,84,68). Sum of RGB (Red+Green+Blue) = 114+84+68=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #725444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725444 is #8DABBB. Grayscale: #5B5B5B. Windows color (decimal): -9284540 or 4478066. OLE color: 4478066.

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

Color convert

RGB 114 84 68 -
CMYK 0 0.26 0.40 0.55
HSL 20.87º 0.25% 0.36% -
HSV(B) 20.87º 0.4% 0.45% -
XYZ 11.15 10.34 6.88 -
YUV 91.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 114 84 68 0 0.26 0.40 0.55 20.87 0.25 0.36
Hex 72 54 44 0 1A 28 37 15 19 24
Octal 162 124 104 0 32 50 67 25 31 44
Binary 1110010 1010100 1000100 0 11010 101000 110111 10101 11001 100100

Color Harmonies of #725444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725444

Black with #725444

Text Example


Text Example

White with #725444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725444; }

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

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

background-color css

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

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

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

border-color css

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

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

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