Html Css Color HEX #725344 Spice

📋 copy color: '#725344'

red 114 ◦ green 83 ◦ blue 68

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

Shades of Spice #725344

Tints of Spice #725344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

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

R = 43.02%
G = 31.32%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#725344 (or 0x725344) is known color: Spice. HEX triplet: 72, 53 and 44. RGB value is (114,83,68). Sum of RGB (Red+Green+Blue) = 114+83+68=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #725344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725344 is #8DACBB. Grayscale: #5A5A5A. Windows color (decimal): -9284796 or 4477810. OLE color: 4477810.

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

Color convert

RGB 114 83 68 -
CMYK 0 0.27 0.40 0.55
HSL 19.57º 0.25% 0.36% -
HSV(B) 19.57º 0.4% 0.45% -
XYZ 11.08 10.18 6.85 -
YUV 90.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 114 83 68 0 0.27 0.40 0.55 19.57 0.25 0.36
Hex 72 53 44 0 1B 28 37 14 19 24
Octal 162 123 104 0 33 50 67 24 31 44
Binary 1110010 1010011 1000100 0 11011 101000 110111 10100 11001 100100

Color Harmonies of #725344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725344

Black with #725344

Text Example


Text Example

White with #725344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725344; }

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

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

background-color css

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

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

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

border-color css

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

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

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