Html Css Color HEX #703713 Peru Tan

📋 copy color: '#703713'

red 112 ◦ green 55 ◦ blue 19

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

Shades of Peru Tan #703713

Tints of Peru Tan #703713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

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

R = 60.22%
G = 29.57%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#703713 (or 0x703713) is known color: Peru Tan. HEX triplet: 70, 37 and 13. RGB value is (112,55,19). Sum of RGB (Red+Green+Blue) = 112+55+19=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #703713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703713 is #8FC8EC. Grayscale: #444444. Windows color (decimal): -9423085 or 1259376. OLE color: 1259376.

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

Color convert

RGB 112 55 19 -
CMYK 0 0.51 0.83 0.56
HSL 23.23º 0.71% 0.26% -
HSV(B) 23.23º 0.83% 0.44% -
XYZ 8.17 6.22 1.39 -
YUV 67.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 112 55 19 0 0.51 0.83 0.56 23.23 0.71 0.26
Hex 70 37 13 0 33 53 38 17 47 1A
Octal 160 67 23 0 63 123 70 27 107 32
Binary 1110000 110111 10011 0 110011 1010011 111000 10111 1000111 11010

Color Harmonies of #703713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703713

Black with #703713

Text Example


Text Example

White with #703713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703713; }

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

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

background-color css

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

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

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

border-color css

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

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

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