Html Css Color HEX #703719 Peru Tan

📋 copy color: '#703719'

red 112 ◦ green 55 ◦ blue 25

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

Shades of Peru Tan #703719

Tints of Peru Tan #703719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.02%

R = 58.33%
G = 28.65%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#703719 (or 0x703719) is known color: Peru Tan. HEX triplet: 70, 37 and 19. RGB value is (112,55,25). Sum of RGB (Red+Green+Blue) = 112+55+25=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #703719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703719 is #8FC8E6. Grayscale: #444444. Windows color (decimal): -9423079 or 1652592. OLE color: 1652592.

HSL color Cylindrical-coordinate representation of color #703719: hue angle of 20.69º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #703719 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 25 -
CMYK 0 0.51 0.78 0.56
HSL 20.69º 0.64% 0.27% -
HSV(B) 20.69º 0.78% 0.44% -
XYZ 8.22 6.25 1.69 -
YUV 68.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 112 55 25 0 0.51 0.78 0.56 20.69 0.64 0.27
Hex 70 37 19 0 33 4E 38 15 40 1B
Octal 160 67 31 0 63 116 70 25 100 33
Binary 1110000 110111 11001 0 110011 1001110 111000 10101 1000000 11011

Color Harmonies of #703719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703719

Black with #703719

Text Example


Text Example

White with #703719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703719; }

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

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

background-color css

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

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

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

border-color css

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

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

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