Html Css Color HEX #705348 Spice

📋 copy color: '#705348'

red 112 ◦ green 83 ◦ blue 72

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

Shades of Spice #705348

Tints of Spice #705348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.97%

R = 41.95%
G = 31.09%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#705348 (or 0x705348) is known color: Spice. HEX triplet: 70, 53 and 48. RGB value is (112,83,72). Sum of RGB (Red+Green+Blue) = 112+83+72=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705348 is #8FACB7. Grayscale: #5A5A5A. Windows color (decimal): -9415864 or 4739952. OLE color: 4739952.

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

Color convert

RGB 112 83 72 -
CMYK 0 0.26 0.36 0.56
HSL 16.5º 0.22% 0.36% -
HSV(B) 16.5º 0.36% 0.44% -
XYZ 10.95 10.1 7.5 -
YUV 90.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 112 83 72 0 0.26 0.36 0.56 16.5 0.22 0.36
Hex 70 53 48 0 1A 24 38 10 16 24
Octal 160 123 110 0 32 44 70 20 26 44
Binary 1110000 1010011 1001000 0 11010 100100 111000 10000 10110 100100

Color Harmonies of #705348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705348

Black with #705348

Text Example


Text Example

White with #705348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705348; }

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

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

background-color css

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

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

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

border-color css

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

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

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