Html Css Color HEX #725043 Spice

📋 copy color: '#725043'

red 114 ◦ green 80 ◦ blue 67

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

Shades of Spice #725043

Tints of Spice #725043

RGB

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

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

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

R = 43.68%
G = 30.65%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#725043 (or 0x725043) is known color: Spice. HEX triplet: 72, 50 and 43. RGB value is (114,80,67). Sum of RGB (Red+Green+Blue) = 114+80+67=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #725043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725043 is #8DAFBC. Grayscale: #585858. Windows color (decimal): -9285565 or 4411506. OLE color: 4411506.

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

Color convert

RGB 114 80 67 -
CMYK 0 0.30 0.41 0.55
HSL 16.6º 0.26% 0.35% -
HSV(B) 16.6º 0.41% 0.45% -
XYZ 10.82 9.72 6.62 -
YUV 88.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 114 80 67 0 0.30 0.41 0.55 16.6 0.26 0.35
Hex 72 50 43 0 1E 29 37 11 1A 23
Octal 162 120 103 0 36 51 67 21 32 43
Binary 1110010 1010000 1000011 0 11110 101001 110111 10001 11010 100011

Color Harmonies of #725043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725043

Black with #725043

Text Example


Text Example

White with #725043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725043; }

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

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

background-color css

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

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

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

border-color css

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

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

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