Html Css Color HEX #70310E Peru Tan

📋 copy color: '#70310E'

red 112 ◦ green 49 ◦ blue 14

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

Shades of Peru Tan #70310E

Tints of Peru Tan #70310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28%

 BLUE value IS 14 (5.86% from 255) = 8%

R = 64%
G = 28%
B = 8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70310E (or 0x70310E) is known color: Peru Tan. HEX triplet: 70, 31 and 0E. RGB value is (112,49,14). Sum of RGB (Red+Green+Blue) = 112+49+14=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70310E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70310E is #8FCEF1. Grayscale: #404040. Windows color (decimal): -9424626 or 930160. OLE color: 930160.

HSL color Cylindrical-coordinate representation of color #70310E: hue angle of 21.43º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70310E is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 49 14 -
CMYK 0 0.56 0.88 0.56
HSL 21.43º 0.78% 0.25% -
HSV(B) 21.43º 0.88% 0.44% -
XYZ 7.86 5.67 1.1 -
YUV 63.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 112 49 14 0 0.56 0.88 0.56 21.43 0.78 0.25
Hex 70 31 E 0 38 58 38 15 4E 19
Octal 160 61 16 0 70 130 70 25 116 31
Binary 1110000 110001 1110 0 111000 1011000 111000 10101 1001110 11001

Color Harmonies of #70310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70310E

Black with #70310E

Text Example


Text Example

White with #70310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70310E; }

 p { color: rgb(112,49,14); }

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

background-color css

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

 a { background-color: rgb(112,49,14); }

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

border-color css

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

 span { border-color: rgb(112,49,14); }

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