Html Css Color HEX #725342 Spice

📋 copy color: '#725342'

red 114 ◦ green 83 ◦ blue 66

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

Shades of Spice #725342

Tints of Spice #725342

RGB

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

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

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

R = 43.35%
G = 31.56%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#725342 (or 0x725342) is known color: Spice. HEX triplet: 72, 53 and 42. RGB value is (114,83,66). Sum of RGB (Red+Green+Blue) = 114+83+66=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #725342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725342 is #8DACBD. Grayscale: #5A5A5A. Windows color (decimal): -9284798 or 4346738. OLE color: 4346738.

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

Color convert

RGB 114 83 66 -
CMYK 0 0.27 0.42 0.55
HSL 21.25º 0.27% 0.35% -
HSV(B) 21.25º 0.42% 0.45% -
XYZ 11.02 10.16 6.53 -
YUV 90.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 114 83 66 0 0.27 0.42 0.55 21.25 0.27 0.35
Hex 72 53 42 0 1B 2A 37 15 1B 23
Octal 162 123 102 0 33 52 67 25 33 43
Binary 1110010 1010011 1000010 0 11011 101010 110111 10101 11011 100011

Color Harmonies of #725342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725342

Black with #725342

Text Example


Text Example

White with #725342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725342; }

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

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

background-color css

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

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

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

border-color css

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

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

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