Html Css Color HEX #703215 Peru Tan

📋 copy color: '#703215'

red 112 ◦ green 50 ◦ blue 21

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

Shades of Peru Tan #703215

Tints of Peru Tan #703215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.32%

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

R = 61.2%
G = 27.32%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#703215 (or 0x703215) is known color: Peru Tan. HEX triplet: 70, 32 and 15. RGB value is (112,50,21). Sum of RGB (Red+Green+Blue) = 112+50+21=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #703215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703215 is #8FCDEA. Grayscale: #414141. Windows color (decimal): -9424363 or 1389168. OLE color: 1389168.

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

Color convert

RGB 112 50 21 -
CMYK 0 0.55 0.81 0.56
HSL 19.12º 0.68% 0.26% -
HSV(B) 19.12º 0.81% 0.44% -
XYZ 7.96 5.78 1.41 -
YUV 65.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 112 50 21 0 0.55 0.81 0.56 19.12 0.68 0.26
Hex 70 32 15 0 37 51 38 13 44 1A
Octal 160 62 25 0 67 121 70 23 104 32
Binary 1110000 110010 10101 0 110111 1010001 111000 10011 1000100 11010

Color Harmonies of #703215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703215

Black with #703215

Text Example


Text Example

White with #703215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703215; }

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

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

background-color css

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

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

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

border-color css

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

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

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