Html Css Color HEX #70503F Spice

📋 copy color: '#70503F'

red 112 ◦ green 80 ◦ blue 63

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

Shades of Spice #70503F

Tints of Spice #70503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.71%

R = 43.92%
G = 31.37%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70503F (or 0x70503F) is known color: Spice. HEX triplet: 70, 50 and 3F. RGB value is (112,80,63). Sum of RGB (Red+Green+Blue) = 112+80+63=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70503F is #8FAFC0. Grayscale: #575757. Windows color (decimal): -9416641 or 4149360. OLE color: 4149360.

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

Color convert

RGB 112 80 63 -
CMYK 0 0.29 0.44 0.56
HSL 20.82º 0.28% 0.34% -
HSV(B) 20.82º 0.44% 0.44% -
XYZ 10.45 9.54 5.99 -
YUV 87.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 112 80 63 0 0.29 0.44 0.56 20.82 0.28 0.34
Hex 70 50 3F 0 1D 2C 38 15 1C 22
Octal 160 120 77 0 35 54 70 25 34 42
Binary 1110000 1010000 111111 0 11101 101100 111000 10101 11100 100010

Color Harmonies of #70503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70503F

Black with #70503F

Text Example


Text Example

White with #70503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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