Html Css Color HEX #725242 Spice

📋 copy color: '#725242'

red 114 ◦ green 82 ◦ blue 66

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

Shades of Spice #725242

Tints of Spice #725242

RGB

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

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

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

R = 43.51%
G = 31.3%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#725242 (or 0x725242) is known color: Spice. HEX triplet: 72, 52 and 42. RGB value is (114,82,66). Sum of RGB (Red+Green+Blue) = 114+82+66=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #725242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725242 is #8DADBD. Grayscale: #595959. Windows color (decimal): -9285054 or 4346482. OLE color: 4346482.

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

Color convert

RGB 114 82 66 -
CMYK 0 0.28 0.42 0.55
HSL 20º 0.27% 0.35% -
HSV(B) 20º 0.42% 0.45% -
XYZ 10.94 10.01 6.51 -
YUV 89.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 114 82 66 0 0.28 0.42 0.55 20 0.27 0.35
Hex 72 52 42 0 1C 2A 37 14 1B 23
Octal 162 122 102 0 34 52 67 24 33 43
Binary 1110010 1010010 1000010 0 11100 101010 110111 10100 11011 100011

Color Harmonies of #725242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725242

Black with #725242

Text Example


Text Example

White with #725242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725242; }

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

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

background-color css

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

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

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

border-color css

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

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

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