Html Css Color HEX #703419 Peru Tan

📋 copy color: '#703419'

red 112 ◦ green 52 ◦ blue 25

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

Shades of Peru Tan #703419

Tints of Peru Tan #703419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 59.26%
G = 27.51%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#703419 (or 0x703419) is known color: Peru Tan. HEX triplet: 70, 34 and 19. RGB value is (112,52,25). Sum of RGB (Red+Green+Blue) = 112+52+25=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #703419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703419 is #8FCBE6. Grayscale: #434343. Windows color (decimal): -9423847 or 1651824. OLE color: 1651824.

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

Color convert

RGB 112 52 25 -
CMYK 0 0.54 0.78 0.56
HSL 18.62º 0.64% 0.27% -
HSV(B) 18.62º 0.78% 0.44% -
XYZ 8.09 5.97 1.65 -
YUV 66.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 112 52 25 0 0.54 0.78 0.56 18.62 0.64 0.27
Hex 70 34 19 0 36 4E 38 13 40 1B
Octal 160 64 31 0 66 116 70 23 100 33
Binary 1110000 110100 11001 0 110110 1001110 111000 10011 1000000 11011

Color Harmonies of #703419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703419

Black with #703419

Text Example


Text Example

White with #703419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703419; }

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

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

background-color css

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

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

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

border-color css

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

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

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