Html Css Color HEX #705342 Spice

📋 copy color: '#705342'

red 112 ◦ green 83 ◦ blue 66

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

Shades of Spice #705342

Tints of Spice #705342

RGB

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

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

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

R = 42.91%
G = 31.8%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#705342 (or 0x705342) is known color: Spice. HEX triplet: 70, 53 and 42. RGB value is (112,83,66). Sum of RGB (Red+Green+Blue) = 112+83+66=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #705342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705342 is #8FACBD. Grayscale: #595959. Windows color (decimal): -9415870 or 4346736. OLE color: 4346736.

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

Color convert

RGB 112 83 66 -
CMYK 0 0.26 0.41 0.56
HSL 22.17º 0.26% 0.35% -
HSV(B) 22.17º 0.41% 0.44% -
XYZ 10.76 10.02 6.52 -
YUV 89.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 112 83 66 0 0.26 0.41 0.56 22.17 0.26 0.35
Hex 70 53 42 0 1A 29 38 16 1A 23
Octal 160 123 102 0 32 51 70 26 32 43
Binary 1110000 1010011 1000010 0 11010 101001 111000 10110 11010 100011

Color Harmonies of #705342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705342

Black with #705342

Text Example


Text Example

White with #705342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705342; }

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

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

background-color css

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

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

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

border-color css

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

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

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