Html Css Color HEX #704C3F Spice

📋 copy color: '#704C3F'

red 112 ◦ green 76 ◦ blue 63

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

Shades of Spice #704C3F

Tints of Spice #704C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.28%

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

R = 44.62%
G = 30.28%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#704C3F (or 0x704C3F) is known color: Spice. HEX triplet: 70, 4C and 3F. RGB value is (112,76,63). Sum of RGB (Red+Green+Blue) = 112+76+63=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C3F is #8FB3C0. Grayscale: #555555. Windows color (decimal): -9417665 or 4148336. OLE color: 4148336.

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

Color convert

RGB 112 76 63 -
CMYK 0 0.32 0.44 0.56
HSL 15.92º 0.28% 0.34% -
HSV(B) 15.92º 0.44% 0.44% -
XYZ 10.16 8.97 5.9 -
YUV 85.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 112 76 63 0 0.32 0.44 0.56 15.92 0.28 0.34
Hex 70 4C 3F 0 20 2C 38 10 1C 22
Octal 160 114 77 0 40 54 70 20 34 42
Binary 1110000 1001100 111111 0 100000 101100 111000 10000 11100 100010

Color Harmonies of #704C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C3F

Black with #704C3F

Text Example


Text Example

White with #704C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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