Html Css Color HEX #704F3F Spice

📋 copy color: '#704F3F'

red 112 ◦ green 79 ◦ blue 63

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

Shades of Spice #704F3F

Tints of Spice #704F3F

RGB

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

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

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

R = 44.09%
G = 31.1%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#704F3F (or 0x704F3F) is known color: Spice. HEX triplet: 70, 4F and 3F. RGB value is (112,79,63). Sum of RGB (Red+Green+Blue) = 112+79+63=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #704F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F3F is #8FB0C0. Grayscale: #575757. Windows color (decimal): -9416897 or 4149104. OLE color: 4149104.

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

Color convert

RGB 112 79 63 -
CMYK 0 0.29 0.44 0.56
HSL 19.59º 0.28% 0.34% -
HSV(B) 19.59º 0.44% 0.44% -
XYZ 10.38 9.4 5.97 -
YUV 87.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 112 79 63 0 0.29 0.44 0.56 19.59 0.28 0.34
Hex 70 4F 3F 0 1D 2C 38 14 1C 22
Octal 160 117 77 0 35 54 70 24 34 42
Binary 1110000 1001111 111111 0 11101 101100 111000 10100 11100 100010

Color Harmonies of #704F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F3F

Black with #704F3F

Text Example


Text Example

White with #704F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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