Html Css Color HEX #70310F Peru Tan

📋 copy color: '#70310F'

red 112 ◦ green 49 ◦ blue 15

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

Shades of Peru Tan #70310F

Tints of Peru Tan #70310F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 63.64%
G = 27.84%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70310F (or 0x70310F) is known color: Peru Tan. HEX triplet: 70, 31 and 0F. RGB value is (112,49,15). Sum of RGB (Red+Green+Blue) = 112+49+15=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70310F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70310F is #8FCEF0. Grayscale: #404040. Windows color (decimal): -9424625 or 995696. OLE color: 995696.

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

Color convert

RGB 112 49 15 -
CMYK 0 0.56 0.87 0.56
HSL 21.03º 0.76% 0.25% -
HSV(B) 21.03º 0.87% 0.44% -
XYZ 7.87 5.68 1.13 -
YUV 63.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 112 49 15 0 0.56 0.87 0.56 21.03 0.76 0.25
Hex 70 31 F 0 38 57 38 15 4C 19
Octal 160 61 17 0 70 127 70 25 114 31
Binary 1110000 110001 1111 0 111000 1010111 111000 10101 1001100 11001

Color Harmonies of #70310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70310F

Black with #70310F

Text Example


Text Example

White with #70310F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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