Html Css Color HEX #704F42 Spice

📋 copy color: '#704F42'

red 112 ◦ green 79 ◦ blue 66

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

Shades of Spice #704F42

Tints of Spice #704F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.74%

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

R = 43.58%
G = 30.74%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#704F42 (or 0x704F42) is known color: Spice. HEX triplet: 70, 4F and 42. RGB value is (112,79,66). Sum of RGB (Red+Green+Blue) = 112+79+66=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #704F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F42 is #8FB0BD. Grayscale: #575757. Windows color (decimal): -9416894 or 4345712. OLE color: 4345712.

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

Color convert

RGB 112 79 66 -
CMYK 0 0.29 0.41 0.56
HSL 16.96º 0.26% 0.35% -
HSV(B) 16.96º 0.41% 0.44% -
XYZ 10.46 9.43 6.42 -
YUV 87.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 112 79 66 0 0.29 0.41 0.56 16.96 0.26 0.35
Hex 70 4F 42 0 1D 29 38 11 1A 23
Octal 160 117 102 0 35 51 70 21 32 43
Binary 1110000 1001111 1000010 0 11101 101001 111000 10001 11010 100011

Color Harmonies of #704F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F42

Black with #704F42

Text Example


Text Example

White with #704F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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