Html Css Color HEX #703815 Peru Tan

📋 copy color: '#703815'

red 112 ◦ green 56 ◦ blue 21

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

Shades of Peru Tan #703815

Tints of Peru Tan #703815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 59.26%
G = 29.63%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#703815 (or 0x703815) is known color: Peru Tan. HEX triplet: 70, 38 and 15. RGB value is (112,56,21). Sum of RGB (Red+Green+Blue) = 112+56+21=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #703815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703815 is #8FC7EA. Grayscale: #444444. Windows color (decimal): -9422827 or 1390704. OLE color: 1390704.

HSL color Cylindrical-coordinate representation of color #703815: hue angle of 23.08º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #703815 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 21 -
CMYK 0 0.50 0.81 0.56
HSL 23.08º 0.68% 0.26% -
HSV(B) 23.08º 0.81% 0.44% -
XYZ 8.23 6.33 1.5 -
YUV 68.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 112 56 21 0 0.50 0.81 0.56 23.08 0.68 0.26
Hex 70 38 15 0 32 51 38 17 44 1A
Octal 160 70 25 0 62 121 70 27 104 32
Binary 1110000 111000 10101 0 110010 1010001 111000 10111 1000100 11010

Color Harmonies of #703815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703815

Black with #703815

Text Example


Text Example

White with #703815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703815; }

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

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

background-color css

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

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

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

border-color css

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

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

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