Html Css Color HEX #704B3C Spice

📋 copy color: '#704B3C'

red 112 ◦ green 75 ◦ blue 60

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

Shades of Spice #704B3C

Tints of Spice #704B3C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.36%

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

R = 45.34%
G = 30.36%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#704B3C (or 0x704B3C) is known color: Spice. HEX triplet: 70, 4B and 3C. RGB value is (112,75,60). Sum of RGB (Red+Green+Blue) = 112+75+60=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #704B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B3C is #8FB4C3. Grayscale: #545454. Windows color (decimal): -9417924 or 3951472. OLE color: 3951472.

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

Color convert

RGB 112 75 60 -
CMYK 0 0.33 0.46 0.56
HSL 17.31º 0.3% 0.34% -
HSV(B) 17.31º 0.46% 0.44% -
XYZ 10.01 8.8 5.45 -
YUV 84.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 112 75 60 0 0.33 0.46 0.56 17.31 0.3 0.34
Hex 70 4B 3C 0 21 2E 38 11 1E 22
Octal 160 113 74 0 41 56 70 21 36 42
Binary 1110000 1001011 111100 0 100001 101110 111000 10001 11110 100010

Color Harmonies of #704B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B3C

Black with #704B3C

Text Example


Text Example

White with #704B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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