Html Css Color HEX #704D42 Spice

📋 copy color: '#704D42'

red 112 ◦ green 77 ◦ blue 66

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

Shades of Spice #704D42

Tints of Spice #704D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.2%

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

R = 43.92%
G = 30.2%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#704D42 (or 0x704D42) is known color: Spice. HEX triplet: 70, 4D and 42. RGB value is (112,77,66). Sum of RGB (Red+Green+Blue) = 112+77+66=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #704D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D42 is #8FB2BD. Grayscale: #565656. Windows color (decimal): -9417406 or 4345200. OLE color: 4345200.

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

Color convert

RGB 112 77 66 -
CMYK 0 0.31 0.41 0.56
HSL 14.35º 0.26% 0.35% -
HSV(B) 14.35º 0.41% 0.44% -
XYZ 10.32 9.15 6.38 -
YUV 86.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 112 77 66 0 0.31 0.41 0.56 14.35 0.26 0.35
Hex 70 4D 42 0 1F 29 38 E 1A 23
Octal 160 115 102 0 37 51 70 16 32 43
Binary 1110000 1001101 1000010 0 11111 101001 111000 1110 11010 100011

Color Harmonies of #704D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D42

Black with #704D42

Text Example


Text Example

White with #704D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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