Html Css Color HEX #704E3D Spice

📋 copy color: '#704E3D'

red 112 ◦ green 78 ◦ blue 61

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

Shades of Spice #704E3D

Tints of Spice #704E3D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.08%

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

R = 44.62%
G = 31.08%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#704E3D (or 0x704E3D) is known color: Spice. HEX triplet: 70, 4E and 3D. RGB value is (112,78,61). Sum of RGB (Red+Green+Blue) = 112+78+61=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E3D is #8FB1C2. Grayscale: #565656. Windows color (decimal): -9417155 or 4017776. OLE color: 4017776.

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

Color convert

RGB 112 78 61 -
CMYK 0 0.30 0.46 0.56
HSL 20º 0.29% 0.34% -
HSV(B) 20º 0.46% 0.44% -
XYZ 10.25 9.23 5.66 -
YUV 86.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 112 78 61 0 0.30 0.46 0.56 20 0.29 0.34
Hex 70 4E 3D 0 1E 2E 38 14 1D 22
Octal 160 116 75 0 36 56 70 24 35 42
Binary 1110000 1001110 111101 0 11110 101110 111000 10100 11101 100010

Color Harmonies of #704E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E3D

Black with #704E3D

Text Example


Text Example

White with #704E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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