Html Css Color HEX #704C3C Spice

📋 copy color: '#704C3C'

red 112 ◦ green 76 ◦ blue 60

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

Shades of Spice #704C3C

Tints of Spice #704C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.19%

R = 45.16%
G = 30.65%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#704C3C (or 0x704C3C) is known color: Spice. HEX triplet: 70, 4C and 3C. RGB value is (112,76,60). Sum of RGB (Red+Green+Blue) = 112+76+60=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #704C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C3C is #8FB3C3. Grayscale: #555555. Windows color (decimal): -9417668 or 3951728. OLE color: 3951728.

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

Color convert

RGB 112 76 60 -
CMYK 0 0.32 0.46 0.56
HSL 18.46º 0.3% 0.34% -
HSV(B) 18.46º 0.46% 0.44% -
XYZ 10.08 8.94 5.47 -
YUV 84.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 112 76 60 0 0.32 0.46 0.56 18.46 0.3 0.34
Hex 70 4C 3C 0 20 2E 38 12 1E 22
Octal 160 114 74 0 40 56 70 22 36 42
Binary 1110000 1001100 111100 0 100000 101110 111000 10010 11110 100010

Color Harmonies of #704C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C3C

Black with #704C3C

Text Example


Text Example

White with #704C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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