Html Css Color HEX #704E3F Spice

📋 copy color: '#704E3F'

red 112 ◦ green 78 ◦ blue 63

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

Shades of Spice #704E3F

Tints of Spice #704E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.9%

R = 44.27%
G = 30.83%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#704E3F (or 0x704E3F) is known color: Spice. HEX triplet: 70, 4E and 3F. RGB value is (112,78,63). Sum of RGB (Red+Green+Blue) = 112+78+63=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #704E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E3F is #8FB1C0. Grayscale: #565656. Windows color (decimal): -9417153 or 4148848. OLE color: 4148848.

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

Color convert

RGB 112 78 63 -
CMYK 0 0.30 0.44 0.56
HSL 18.37º 0.28% 0.34% -
HSV(B) 18.37º 0.44% 0.44% -
XYZ 10.3 9.25 5.95 -
YUV 86.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 112 78 63 0 0.30 0.44 0.56 18.37 0.28 0.34
Hex 70 4E 3F 0 1E 2C 38 12 1C 22
Octal 160 116 77 0 36 54 70 22 34 42
Binary 1110000 1001110 111111 0 11110 101100 111000 10010 11100 100010

Color Harmonies of #704E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E3F

Black with #704E3F

Text Example


Text Example

White with #704E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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