Html Css Color HEX #704E40 Spice

📋 copy color: '#704E40'

red 112 ◦ green 78 ◦ blue 64

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

Shades of Spice #704E40

Tints of Spice #704E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 44.09%
G = 30.71%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#704E40 (or 0x704E40) is known color: Spice. HEX triplet: 70, 4E and 40. RGB value is (112,78,64). Sum of RGB (Red+Green+Blue) = 112+78+64=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #704E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E40 is #8FB1BF. Grayscale: #565656. Windows color (decimal): -9417152 or 4214384. OLE color: 4214384.

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

Color convert

RGB 112 78 64 -
CMYK 0 0.30 0.43 0.56
HSL 17.5º 0.27% 0.35% -
HSV(B) 17.5º 0.43% 0.44% -
XYZ 10.33 9.26 6.09 -
YUV 86.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 112 78 64 0 0.30 0.43 0.56 17.5 0.27 0.35
Hex 70 4E 40 0 1E 2B 38 12 1B 23
Octal 160 116 100 0 36 53 70 22 33 43
Binary 1110000 1001110 1000000 0 11110 101011 111000 10010 11011 100011

Color Harmonies of #704E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E40

Black with #704E40

Text Example


Text Example

White with #704E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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