Html Css Color HEX #704C3D Spice

📋 copy color: '#704C3D'

red 112 ◦ green 76 ◦ blue 61

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

Shades of Spice #704C3D

Tints of Spice #704C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 44.98%
G = 30.52%
B = 24.5%

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

#704C3D (or 0x704C3D) is known color: Spice. HEX triplet: 70, 4C and 3D. RGB value is (112,76,61). Sum of RGB (Red+Green+Blue) = 112+76+61=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #704C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C3D is #8FB3C2. Grayscale: #555555. Windows color (decimal): -9417667 or 4017264. OLE color: 4017264.

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

Color convert

RGB 112 76 61 -
CMYK 0 0.32 0.46 0.56
HSL 17.65º 0.29% 0.34% -
HSV(B) 17.65º 0.46% 0.44% -
XYZ 10.11 8.95 5.61 -
YUV 85.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 112 76 61 0 0.32 0.46 0.56 17.65 0.29 0.34
Hex 70 4C 3D 0 20 2E 38 12 1D 22
Octal 160 114 75 0 40 56 70 22 35 42
Binary 1110000 1001100 111101 0 100000 101110 111000 10010 11101 100010

Color Harmonies of #704C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C3D

Black with #704C3D

Text Example


Text Example

White with #704C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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