Html Css Color HEX #703014 Peru Tan

📋 copy color: '#703014'

red 112 ◦ green 48 ◦ blue 20

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

Shades of Peru Tan #703014

Tints of Peru Tan #703014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.67%

 BLUE value IS 20 (8.2% from 255) = 11.11%

R = 62.22%
G = 26.67%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#703014 (or 0x703014) is known color: Peru Tan. HEX triplet: 70, 30 and 14. RGB value is (112,48,20). Sum of RGB (Red+Green+Blue) = 112+48+20=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #703014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703014 is #8FCFEB. Grayscale: #404040. Windows color (decimal): -9424876 or 1323120. OLE color: 1323120.

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

Color convert

RGB 112 48 20 -
CMYK 0 0.57 0.82 0.56
HSL 18.26º 0.7% 0.26% -
HSV(B) 18.26º 0.82% 0.44% -
XYZ 7.87 5.61 1.33 -
YUV 63.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 112 48 20 0 0.57 0.82 0.56 18.26 0.7 0.26
Hex 70 30 14 0 39 52 38 12 46 1A
Octal 160 60 24 0 71 122 70 22 106 32
Binary 1110000 110000 10100 0 111001 1010010 111000 10010 1000110 11010

Color Harmonies of #703014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703014

Black with #703014

Text Example


Text Example

White with #703014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703014; }

 p { color: rgb(112,48,20); }

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

background-color css

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

 a { background-color: rgb(112,48,20); }

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

border-color css

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

 span { border-color: rgb(112,48,20); }

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