Html Css Color HEX #705340 Spice

📋 copy color: '#705340'

red 112 ◦ green 83 ◦ blue 64

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

Shades of Spice #705340

Tints of Spice #705340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.71%

R = 43.24%
G = 32.05%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#705340 (or 0x705340) is known color: Spice. HEX triplet: 70, 53 and 40. RGB value is (112,83,64). Sum of RGB (Red+Green+Blue) = 112+83+64=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705340 is #8FACBF. Grayscale: #595959. Windows color (decimal): -9415872 or 4215664. OLE color: 4215664.

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

Color convert

RGB 112 83 64 -
CMYK 0 0.26 0.43 0.56
HSL 23.75º 0.27% 0.35% -
HSV(B) 23.75º 0.43% 0.44% -
XYZ 10.7 10 6.22 -
YUV 89.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 112 83 64 0 0.26 0.43 0.56 23.75 0.27 0.35
Hex 70 53 40 0 1A 2B 38 18 1B 23
Octal 160 123 100 0 32 53 70 30 33 43
Binary 1110000 1010011 1000000 0 11010 101011 111000 11000 11011 100011

Color Harmonies of #705340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705340

Black with #705340

Text Example


Text Example

White with #705340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705340; }

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

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

background-color css

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

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

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

border-color css

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

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

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