Html Css Color HEX #703919 Peru Tan

📋 copy color: '#703919'

red 112 ◦ green 57 ◦ blue 25

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

Shades of Peru Tan #703919

Tints of Peru Tan #703919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.38%

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

R = 57.73%
G = 29.38%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#703919 (or 0x703919) is known color: Peru Tan. HEX triplet: 70, 39 and 19. RGB value is (112,57,25). Sum of RGB (Red+Green+Blue) = 112+57+25=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #703919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703919 is #8FC6E6. Grayscale: #454545. Windows color (decimal): -9422567 or 1653104. OLE color: 1653104.

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

Color convert

RGB 112 57 25 -
CMYK 0 0.49 0.78 0.56
HSL 22.07º 0.64% 0.27% -
HSV(B) 22.07º 0.78% 0.44% -
XYZ 8.32 6.44 1.72 -
YUV 69.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 112 57 25 0 0.49 0.78 0.56 22.07 0.64 0.27
Hex 70 39 19 0 31 4E 38 16 40 1B
Octal 160 71 31 0 61 116 70 26 100 33
Binary 1110000 111001 11001 0 110001 1001110 111000 10110 1000000 11011

Color Harmonies of #703919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703919

Black with #703919

Text Example


Text Example

White with #703919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703919; }

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

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

background-color css

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

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

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

border-color css

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

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

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