Html Css Color HEX #704D3F Spice

📋 copy color: '#704D3F'

red 112 ◦ green 77 ◦ blue 63

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

Shades of Spice #704D3F

Tints of Spice #704D3F

RGB

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

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

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

R = 44.44%
G = 30.56%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#704D3F (or 0x704D3F) is known color: Spice. HEX triplet: 70, 4D and 3F. RGB value is (112,77,63). Sum of RGB (Red+Green+Blue) = 112+77+63=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #704D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D3F is #8FB2C0. Grayscale: #555555. Windows color (decimal): -9417409 or 4148592. OLE color: 4148592.

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

Color convert

RGB 112 77 63 -
CMYK 0 0.31 0.44 0.56
HSL 17.14º 0.28% 0.34% -
HSV(B) 17.14º 0.44% 0.44% -
XYZ 10.23 9.11 5.92 -
YUV 85.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 112 77 63 0 0.31 0.44 0.56 17.14 0.28 0.34
Hex 70 4D 3F 0 1F 2C 38 11 1C 22
Octal 160 115 77 0 37 54 70 21 34 42
Binary 1110000 1001101 111111 0 11111 101100 111000 10001 11100 100010

Color Harmonies of #704D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D3F

Black with #704D3F

Text Example


Text Example

White with #704D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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