Html Css Color HEX #725042 Spice

📋 copy color: '#725042'

red 114 ◦ green 80 ◦ blue 66

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

Shades of Spice #725042

Tints of Spice #725042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 43.85%
G = 30.77%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#725042 (or 0x725042) is known color: Spice. HEX triplet: 72, 50 and 42. RGB value is (114,80,66). Sum of RGB (Red+Green+Blue) = 114+80+66=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #725042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725042 is #8DAFBD. Grayscale: #585858. Windows color (decimal): -9285566 or 4345970. OLE color: 4345970.

HSL color Cylindrical-coordinate representation of color #725042: hue angle of 17.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #725042 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 80 66 -
CMYK 0 0.30 0.42 0.55
HSL 17.5º 0.27% 0.35% -
HSV(B) 17.5º 0.42% 0.45% -
XYZ 10.79 9.71 6.46 -
YUV 88.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 114 80 66 0 0.30 0.42 0.55 17.5 0.27 0.35
Hex 72 50 42 0 1E 2A 37 12 1B 23
Octal 162 120 102 0 36 52 67 22 33 43
Binary 1110010 1010000 1000010 0 11110 101010 110111 10010 11011 100011

Color Harmonies of #725042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725042

Black with #725042

Text Example


Text Example

White with #725042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725042; }

 p { color: rgb(114,80,66); }

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

background-color css

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

 a { background-color: rgb(114,80,66); }

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

border-color css

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

 span { border-color: rgb(114,80,66); }

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