Html Css Color HEX #705240 Spice

📋 copy color: '#705240'

red 112 ◦ green 82 ◦ blue 64

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

Shades of Spice #705240

Tints of Spice #705240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

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

R = 43.41%
G = 31.78%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#705240 (or 0x705240) is known color: Spice. HEX triplet: 70, 52 and 40. RGB value is (112,82,64). Sum of RGB (Red+Green+Blue) = 112+82+64=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #705240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705240 is #8FADBF. Grayscale: #595959. Windows color (decimal): -9416128 or 4215408. OLE color: 4215408.

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

Color convert

RGB 112 82 64 -
CMYK 0 0.27 0.43 0.56
HSL 22.5º 0.27% 0.35% -
HSV(B) 22.5º 0.43% 0.44% -
XYZ 10.62 9.85 6.19 -
YUV 88.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 112 82 64 0 0.27 0.43 0.56 22.5 0.27 0.35
Hex 70 52 40 0 1B 2B 38 16 1B 23
Octal 160 122 100 0 33 53 70 26 33 43
Binary 1110000 1010010 1000000 0 11011 101011 111000 10110 11011 100011

Color Harmonies of #705240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705240

Black with #705240

Text Example


Text Example

White with #705240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705240; }

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

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

background-color css

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

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

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

border-color css

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

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

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