Html Css Color HEX #725348 Spice

📋 copy color: '#725348'

red 114 ◦ green 83 ◦ blue 72

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

Shades of Spice #725348

Tints of Spice #725348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.77%

R = 42.38%
G = 30.86%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#725348 (or 0x725348) is known color: Spice. HEX triplet: 72, 53 and 48. RGB value is (114,83,72). Sum of RGB (Red+Green+Blue) = 114+83+72=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #725348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725348 is #8DACB7. Grayscale: #5B5B5B. Windows color (decimal): -9284792 or 4739954. OLE color: 4739954.

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

Color convert

RGB 114 83 72 -
CMYK 0 0.27 0.37 0.55
HSL 15.71º 0.23% 0.36% -
HSV(B) 15.71º 0.37% 0.45% -
XYZ 11.2 10.23 7.52 -
YUV 91.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 114 83 72 0 0.27 0.37 0.55 15.71 0.23 0.36
Hex 72 53 48 0 1B 25 37 10 17 24
Octal 162 123 110 0 33 45 67 20 27 44
Binary 1110010 1010011 1001000 0 11011 100101 110111 10000 10111 100100

Color Harmonies of #725348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725348

Black with #725348

Text Example


Text Example

White with #725348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725348; }

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

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

background-color css

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

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

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

border-color css

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

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

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