Html Css Color HEX #703513 Peru Tan

📋 copy color: '#703513'

red 112 ◦ green 53 ◦ blue 19

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

Shades of Peru Tan #703513

Tints of Peru Tan #703513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.8%

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

R = 60.87%
G = 28.8%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#703513 (or 0x703513) is known color: Peru Tan. HEX triplet: 70, 35 and 13. RGB value is (112,53,19). Sum of RGB (Red+Green+Blue) = 112+53+19=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #703513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703513 is #8FCAEC. Grayscale: #424242. Windows color (decimal): -9423597 or 1258864. OLE color: 1258864.

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

Color convert

RGB 112 53 19 -
CMYK 0 0.53 0.83 0.56
HSL 21.94º 0.71% 0.26% -
HSV(B) 21.94º 0.83% 0.44% -
XYZ 8.07 6.04 1.36 -
YUV 66.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 112 53 19 0 0.53 0.83 0.56 21.94 0.71 0.26
Hex 70 35 13 0 35 53 38 16 47 1A
Octal 160 65 23 0 65 123 70 26 107 32
Binary 1110000 110101 10011 0 110101 1010011 111000 10110 1000111 11010

Color Harmonies of #703513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703513

Black with #703513

Text Example


Text Example

White with #703513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703513; }

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

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

background-color css

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

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

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

border-color css

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

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

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