Html Css Color HEX #705043 Spice

📋 copy color: '#705043'

red 112 ◦ green 80 ◦ blue 67

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

Shades of Spice #705043

Tints of Spice #705043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

 BLUE value IS 67 (26.56% from 255) = 25.87%

R = 43.24%
G = 30.89%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#705043 (or 0x705043) is known color: Spice. HEX triplet: 70, 50 and 43. RGB value is (112,80,67). Sum of RGB (Red+Green+Blue) = 112+80+67=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705043 is #8FAFBC. Grayscale: #585858. Windows color (decimal): -9416637 or 4411504. OLE color: 4411504.

HSL color Cylindrical-coordinate representation of color #705043: hue angle of 17.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #705043 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 67 -
CMYK 0 0.29 0.40 0.56
HSL 17.33º 0.25% 0.35% -
HSV(B) 17.33º 0.4% 0.44% -
XYZ 10.56 9.59 6.6 -
YUV 88.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 112 80 67 0 0.29 0.40 0.56 17.33 0.25 0.35
Hex 70 50 43 0 1D 28 38 11 19 23
Octal 160 120 103 0 35 50 70 21 31 43
Binary 1110000 1010000 1000011 0 11101 101000 111000 10001 11001 100011

Color Harmonies of #705043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705043

Black with #705043

Text Example


Text Example

White with #705043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705043; }

 p { color: rgb(112,80,67); }

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

background-color css

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

 a { background-color: rgb(112,80,67); }

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

border-color css

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

 span { border-color: rgb(112,80,67); }

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