Html Css Color HEX #703414 Peru Tan

📋 copy color: '#703414'

red 112 ◦ green 52 ◦ blue 20

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

Shades of Peru Tan #703414

Tints of Peru Tan #703414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.26%

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

R = 60.87%
G = 28.26%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#703414 (or 0x703414) is known color: Peru Tan. HEX triplet: 70, 34 and 14. RGB value is (112,52,20). Sum of RGB (Red+Green+Blue) = 112+52+20=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #703414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703414 is #8FCBEB. Grayscale: #424242. Windows color (decimal): -9423852 or 1324144. OLE color: 1324144.

HSL color Cylindrical-coordinate representation of color #703414: hue angle of 20.87º 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 #703414 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 52 20 -
CMYK 0 0.54 0.82 0.56
HSL 20.87º 0.7% 0.26% -
HSV(B) 20.87º 0.82% 0.44% -
XYZ 8.04 5.95 1.39 -
YUV 66.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 112 52 20 0 0.54 0.82 0.56 20.87 0.7 0.26
Hex 70 34 14 0 36 52 38 15 46 1A
Octal 160 64 24 0 66 122 70 25 106 32
Binary 1110000 110100 10100 0 110110 1010010 111000 10101 1000110 11010

Color Harmonies of #703414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703414

Black with #703414

Text Example


Text Example

White with #703414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703414; }

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

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

background-color css

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

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

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

border-color css

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

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

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