Html Css Color HEX #704E44 Spice

📋 copy color: '#704E44'

red 112 ◦ green 78 ◦ blue 68

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

Shades of Spice #704E44

Tints of Spice #704E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.36%

R = 43.41%
G = 30.23%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#704E44 (or 0x704E44) is known color: Spice. HEX triplet: 70, 4E and 44. RGB value is (112,78,68). Sum of RGB (Red+Green+Blue) = 112+78+68=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #704E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E44 is #8FB1BB. Grayscale: #575757. Windows color (decimal): -9417148 or 4476528. OLE color: 4476528.

HSL color Cylindrical-coordinate representation of color #704E44: hue angle of 13.64º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #704E44 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 68 -
CMYK 0 0.30 0.39 0.56
HSL 13.64º 0.24% 0.35% -
HSV(B) 13.64º 0.39% 0.44% -
XYZ 10.45 9.31 6.72 -
YUV 87.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 112 78 68 0 0.30 0.39 0.56 13.64 0.24 0.35
Hex 70 4E 44 0 1E 27 38 E 18 23
Octal 160 116 104 0 36 47 70 16 30 43
Binary 1110000 1001110 1000100 0 11110 100111 111000 1110 11000 100011

Color Harmonies of #704E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E44

Black with #704E44

Text Example


Text Example

White with #704E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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