Html Css Color HEX #705241 Spice

📋 copy color: '#705241'

red 112 ◦ green 82 ◦ blue 65

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

Shades of Spice #705241

Tints of Spice #705241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.66%

 BLUE value IS 65 (25.78% from 255) = 25.1%

R = 43.24%
G = 31.66%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#705241 (or 0x705241) is known color: Spice. HEX triplet: 70, 52 and 41. RGB value is (112,82,65). Sum of RGB (Red+Green+Blue) = 112+82+65=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705241 is #8FADBE. Grayscale: #595959. Windows color (decimal): -9416127 or 4280944. OLE color: 4280944.

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

Color convert

RGB 112 82 65 -
CMYK 0 0.27 0.42 0.56
HSL 21.7º 0.27% 0.35% -
HSV(B) 21.7º 0.42% 0.44% -
XYZ 10.65 9.86 6.34 -
YUV 89.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 112 82 65 0 0.27 0.42 0.56 21.7 0.27 0.35
Hex 70 52 41 0 1B 2A 38 16 1B 23
Octal 160 122 101 0 33 52 70 26 33 43
Binary 1110000 1010010 1000001 0 11011 101010 111000 10110 11011 100011

Color Harmonies of #705241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705241

Black with #705241

Text Example


Text Example

White with #705241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705241; }

 p { color: rgb(112,82,65); }

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

background-color css

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

 a { background-color: rgb(112,82,65); }

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

border-color css

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

 span { border-color: rgb(112,82,65); }

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