Html Css Color HEX #703013 Peru Tan

📋 copy color: '#703013'

red 112 ◦ green 48 ◦ blue 19

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

Shades of Peru Tan #703013

Tints of Peru Tan #703013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.61%

R = 62.57%
G = 26.82%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#703013 (or 0x703013) is known color: Peru Tan. HEX triplet: 70, 30 and 13. RGB value is (112,48,19). Sum of RGB (Red+Green+Blue) = 112+48+19=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #703013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703013 is #8FCFEC. Grayscale: #404040. Windows color (decimal): -9424877 or 1257584. OLE color: 1257584.

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

Color convert

RGB 112 48 19 -
CMYK 0 0.57 0.83 0.56
HSL 18.71º 0.71% 0.26% -
HSV(B) 18.71º 0.83% 0.44% -
XYZ 7.86 5.61 1.28 -
YUV 63.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 112 48 19 0 0.57 0.83 0.56 18.71 0.71 0.26
Hex 70 30 13 0 39 53 38 13 47 1A
Octal 160 60 23 0 71 123 70 23 107 32
Binary 1110000 110000 10011 0 111001 1010011 111000 10011 1000111 11010

Color Harmonies of #703013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703013

Black with #703013

Text Example


Text Example

White with #703013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703013; }

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

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

background-color css

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

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

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

border-color css

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

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

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