Html Css Color HEX #725343 Spice

📋 copy color: '#725343'

red 114 ◦ green 83 ◦ blue 67

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

Shades of Spice #725343

Tints of Spice #725343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.38%

R = 43.18%
G = 31.44%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#725343 (or 0x725343) is known color: Spice. HEX triplet: 72, 53 and 43. RGB value is (114,83,67). Sum of RGB (Red+Green+Blue) = 114+83+67=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #725343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725343 is #8DACBC. Grayscale: #5A5A5A. Windows color (decimal): -9284797 or 4412274. OLE color: 4412274.

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

Color convert

RGB 114 83 67 -
CMYK 0 0.27 0.41 0.55
HSL 20.43º 0.26% 0.35% -
HSV(B) 20.43º 0.41% 0.45% -
XYZ 11.05 10.17 6.69 -
YUV 90.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 114 83 67 0 0.27 0.41 0.55 20.43 0.26 0.35
Hex 72 53 43 0 1B 29 37 14 1A 23
Octal 162 123 103 0 33 51 67 24 32 43
Binary 1110010 1010011 1000011 0 11011 101001 110111 10100 11010 100011

Color Harmonies of #725343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725343

Black with #725343

Text Example


Text Example

White with #725343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725343; }

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

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

background-color css

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

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

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

border-color css

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

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

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