Html Css Color HEX #704E42 Spice

📋 copy color: '#704E42'

red 112 ◦ green 78 ◦ blue 66

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

Shades of Spice #704E42

Tints of Spice #704E42

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.47%

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

R = 43.75%
G = 30.47%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#704E42 (or 0x704E42) is known color: Spice. HEX triplet: 70, 4E and 42. RGB value is (112,78,66). Sum of RGB (Red+Green+Blue) = 112+78+66=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #704E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E42 is #8FB1BD. Grayscale: #565656. Windows color (decimal): -9417150 or 4345456. OLE color: 4345456.

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

Color convert

RGB 112 78 66 -
CMYK 0 0.30 0.41 0.56
HSL 15.65º 0.26% 0.35% -
HSV(B) 15.65º 0.41% 0.44% -
XYZ 10.39 9.29 6.4 -
YUV 86.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 112 78 66 0 0.30 0.41 0.56 15.65 0.26 0.35
Hex 70 4E 42 0 1E 29 38 10 1A 23
Octal 160 116 102 0 36 51 70 20 32 43
Binary 1110000 1001110 1000010 0 11110 101001 111000 10000 11010 100011

Color Harmonies of #704E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E42

Black with #704E42

Text Example


Text Example

White with #704E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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