Html Css Color HEX #703119 Peru Tan

📋 copy color: '#703119'

red 112 ◦ green 49 ◦ blue 25

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

Shades of Peru Tan #703119

Tints of Peru Tan #703119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.34%

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

R = 60.22%
G = 26.34%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#703119 (or 0x703119) is known color: Peru Tan. HEX triplet: 70, 31 and 19. RGB value is (112,49,25). Sum of RGB (Red+Green+Blue) = 112+49+25=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #703119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703119 is #8FCEE6. Grayscale: #414141. Windows color (decimal): -9424615 or 1651056. OLE color: 1651056.

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

Color convert

RGB 112 49 25 -
CMYK 0 0.56 0.78 0.56
HSL 16.55º 0.64% 0.27% -
HSV(B) 16.55º 0.78% 0.44% -
XYZ 7.96 5.71 1.6 -
YUV 65.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 112 49 25 0 0.56 0.78 0.56 16.55 0.64 0.27
Hex 70 31 19 0 38 4E 38 11 40 1B
Octal 160 61 31 0 70 116 70 21 100 33
Binary 1110000 110001 11001 0 111000 1001110 111000 10001 1000000 11011

Color Harmonies of #703119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703119

Black with #703119

Text Example


Text Example

White with #703119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703119; }

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

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

background-color css

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

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

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

border-color css

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

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

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