Html Css Color HEX #703819 Peru Tan

📋 copy color: '#703819'

red 112 ◦ green 56 ◦ blue 25

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

Shades of Peru Tan #703819

Tints of Peru Tan #703819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

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

R = 58.03%
G = 29.02%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#703819 (or 0x703819) is known color: Peru Tan. HEX triplet: 70, 38 and 19. RGB value is (112,56,25). Sum of RGB (Red+Green+Blue) = 112+56+25=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #703819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703819 is #8FC7E6. Grayscale: #454545. Windows color (decimal): -9422823 or 1652848. OLE color: 1652848.

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

Color convert

RGB 112 56 25 -
CMYK 0 0.50 0.78 0.56
HSL 21.38º 0.64% 0.27% -
HSV(B) 21.38º 0.78% 0.44% -
XYZ 8.27 6.34 1.71 -
YUV 69.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 112 56 25 0 0.50 0.78 0.56 21.38 0.64 0.27
Hex 70 38 19 0 32 4E 38 15 40 1B
Octal 160 70 31 0 62 116 70 25 100 33
Binary 1110000 111000 11001 0 110010 1001110 111000 10101 1000000 11011

Color Harmonies of #703819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703819

Black with #703819

Text Example


Text Example

White with #703819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703819; }

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

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

background-color css

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

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

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

border-color css

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

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

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