Html Css Color HEX #705341 Spice

📋 copy color: '#705341'

red 112 ◦ green 83 ◦ blue 65

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

Shades of Spice #705341

Tints of Spice #705341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

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

R = 43.08%
G = 31.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#705341 (or 0x705341) is known color: Spice. HEX triplet: 70, 53 and 41. RGB value is (112,83,65). Sum of RGB (Red+Green+Blue) = 112+83+65=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #705341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705341 is #8FACBE. Grayscale: #595959. Windows color (decimal): -9415871 or 4281200. OLE color: 4281200.

HSL color Cylindrical-coordinate representation of color #705341: hue angle of 22.98º 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 #705341 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 83 65 -
CMYK 0 0.26 0.42 0.56
HSL 22.98º 0.27% 0.35% -
HSV(B) 22.98º 0.42% 0.44% -
XYZ 10.73 10.01 6.37 -
YUV 89.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 112 83 65 0 0.26 0.42 0.56 22.98 0.27 0.35
Hex 70 53 41 0 1A 2A 38 17 1B 23
Octal 160 123 101 0 32 52 70 27 33 43
Binary 1110000 1010011 1000001 0 11010 101010 111000 10111 11011 100011

Color Harmonies of #705341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705341

Black with #705341

Text Example


Text Example

White with #705341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705341; }

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

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

background-color css

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

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

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

border-color css

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

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

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