Html Css Color HEX #70493C Spice

📋 copy color: '#70493C'

red 112 ◦ green 73 ◦ blue 60

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

Shades of Spice #70493C

Tints of Spice #70493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.8%

 BLUE value IS 60 (23.83% from 255) = 24.49%

R = 45.71%
G = 29.8%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70493C (or 0x70493C) is known color: Spice. HEX triplet: 70, 49 and 3C. RGB value is (112,73,60). Sum of RGB (Red+Green+Blue) = 112+73+60=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #70493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70493C is #8FB6C3. Grayscale: #535353. Windows color (decimal): -9418436 or 3950960. OLE color: 3950960.

HSL color Cylindrical-coordinate representation of color #70493C: hue angle of 15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70493C is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 60 -
CMYK 0 0.35 0.46 0.56
HSL 15º 0.3% 0.34% -
HSV(B) 15º 0.46% 0.44% -
XYZ 9.88 8.54 5.4 -
YUV 83.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 112 73 60 0 0.35 0.46 0.56 15 0.3 0.34
Hex 70 49 3C 0 23 2E 38 F 1E 22
Octal 160 111 74 0 43 56 70 17 36 42
Binary 1110000 1001001 111100 0 100011 101110 111000 1111 11110 100010

Color Harmonies of #70493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70493C

Black with #70493C

Text Example


Text Example

White with #70493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70493C; }

 p { color: rgb(112,73,60); }

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

background-color css

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

 a { background-color: rgb(112,73,60); }

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

border-color css

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

 span { border-color: rgb(112,73,60); }

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