Html Css Color HEX #705040 Spice

📋 copy color: '#705040'

red 112 ◦ green 80 ◦ blue 64

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

Shades of Spice #705040

Tints of Spice #705040

RGB

 RED value IS 112 (44.14% from 255) = 43.75%

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

 BLUE value IS 64 (25.39% from 255) = 25%

R = 43.75%
G = 31.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#705040 (or 0x705040) is known color: Spice. HEX triplet: 70, 50 and 40. RGB value is (112,80,64). Sum of RGB (Red+Green+Blue) = 112+80+64=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #705040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705040 is #8FAFBF. Grayscale: #575757. Windows color (decimal): -9416640 or 4214896. OLE color: 4214896.

HSL color Cylindrical-coordinate representation of color #705040: hue angle of 20º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #705040 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 64 -
CMYK 0 0.29 0.43 0.56
HSL 20º 0.27% 0.35% -
HSV(B) 20º 0.43% 0.44% -
XYZ 10.48 9.55 6.14 -
YUV 87.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 112 80 64 0 0.29 0.43 0.56 20 0.27 0.35
Hex 70 50 40 0 1D 2B 38 14 1B 23
Octal 160 120 100 0 35 53 70 24 33 43
Binary 1110000 1010000 1000000 0 11101 101011 111000 10100 11011 100011

Color Harmonies of #705040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705040

Black with #705040

Text Example


Text Example

White with #705040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705040; }

 p { color: rgb(112,80,64); }

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

background-color css

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

 a { background-color: rgb(112,80,64); }

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

border-color css

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

 span { border-color: rgb(112,80,64); }

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