Html Css Color HEX #705346 Spice

📋 copy color: '#705346'

red 112 ◦ green 83 ◦ blue 70

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

Shades of Spice #705346

Tints of Spice #705346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.42%

R = 42.26%
G = 31.32%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#705346 (or 0x705346) is known color: Spice. HEX triplet: 70, 53 and 46. RGB value is (112,83,70). Sum of RGB (Red+Green+Blue) = 112+83+70=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705346 is #8FACB9. Grayscale: #5A5A5A. Windows color (decimal): -9415866 or 4608880. OLE color: 4608880.

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

Color convert

RGB 112 83 70 -
CMYK 0 0.26 0.38 0.56
HSL 18.57º 0.23% 0.36% -
HSV(B) 18.57º 0.38% 0.44% -
XYZ 10.88 10.07 7.17 -
YUV 90.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 112 83 70 0 0.26 0.38 0.56 18.57 0.23 0.36
Hex 70 53 46 0 1A 26 38 13 17 24
Octal 160 123 106 0 32 46 70 23 27 44
Binary 1110000 1010011 1000110 0 11010 100110 111000 10011 10111 100100

Color Harmonies of #705346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705346

Black with #705346

Text Example


Text Example

White with #705346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705346; }

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

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

background-color css

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

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

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

border-color css

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

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

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