Html Css Color HEX #705045 Spice

📋 copy color: '#705045'

red 112 ◦ green 80 ◦ blue 69

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

Shades of Spice #705045

Tints of Spice #705045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.44%

R = 42.91%
G = 30.65%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#705045 (or 0x705045) is known color: Spice. HEX triplet: 70, 50 and 45. RGB value is (112,80,69). Sum of RGB (Red+Green+Blue) = 112+80+69=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #705045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705045 is #8FAFBA. Grayscale: #585858. Windows color (decimal): -9416635 or 4542576. OLE color: 4542576.

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

Color convert

RGB 112 80 69 -
CMYK 0 0.29 0.38 0.56
HSL 15.35º 0.24% 0.35% -
HSV(B) 15.35º 0.38% 0.44% -
XYZ 10.62 9.61 6.93 -
YUV 88.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 112 80 69 0 0.29 0.38 0.56 15.35 0.24 0.35
Hex 70 50 45 0 1D 26 38 F 18 23
Octal 160 120 105 0 35 46 70 17 30 43
Binary 1110000 1010000 1000101 0 11101 100110 111000 1111 11000 100011

Color Harmonies of #705045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705045

Black with #705045

Text Example


Text Example

White with #705045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705045; }

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

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

background-color css

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

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

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

border-color css

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

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

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