Html Css Color HEX #705242 Spice

📋 copy color: '#705242'

red 112 ◦ green 82 ◦ blue 66

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

Shades of Spice #705242

Tints of Spice #705242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 43.08%
G = 31.54%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#705242 (or 0x705242) is known color: Spice. HEX triplet: 70, 52 and 42. RGB value is (112,82,66). Sum of RGB (Red+Green+Blue) = 112+82+66=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #705242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705242 is #8FADBD. Grayscale: #595959. Windows color (decimal): -9416126 or 4346480. OLE color: 4346480.

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

Color convert

RGB 112 82 66 -
CMYK 0 0.27 0.41 0.56
HSL 20.87º 0.26% 0.35% -
HSV(B) 20.87º 0.41% 0.44% -
XYZ 10.68 9.87 6.5 -
YUV 89.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 112 82 66 0 0.27 0.41 0.56 20.87 0.26 0.35
Hex 70 52 42 0 1B 29 38 15 1A 23
Octal 160 122 102 0 33 51 70 25 32 43
Binary 1110000 1010010 1000010 0 11011 101001 111000 10101 11010 100011

Color Harmonies of #705242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705242

Black with #705242

Text Example


Text Example

White with #705242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705242; }

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

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

background-color css

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

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

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

border-color css

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

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

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