Html Css Color HEX #703015 Peru Tan

📋 copy color: '#703015'

red 112 ◦ green 48 ◦ blue 21

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

Shades of Peru Tan #703015

Tints of Peru Tan #703015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.52%

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

R = 61.88%
G = 26.52%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#703015 (or 0x703015) is known color: Peru Tan. HEX triplet: 70, 30 and 15. RGB value is (112,48,21). Sum of RGB (Red+Green+Blue) = 112+48+21=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #703015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703015 is #8FCFEA. Grayscale: #404040. Windows color (decimal): -9424875 or 1388656. OLE color: 1388656.

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

Color convert

RGB 112 48 21 -
CMYK 0 0.57 0.81 0.56
HSL 17.8º 0.68% 0.26% -
HSV(B) 17.8º 0.81% 0.44% -
XYZ 7.87 5.61 1.38 -
YUV 64.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 112 48 21 0 0.57 0.81 0.56 17.8 0.68 0.26
Hex 70 30 15 0 39 51 38 12 44 1A
Octal 160 60 25 0 71 121 70 22 104 32
Binary 1110000 110000 10101 0 111001 1010001 111000 10010 1000100 11010

Color Harmonies of #703015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703015

Black with #703015

Text Example


Text Example

White with #703015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703015; }

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

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

background-color css

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

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

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

border-color css

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

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

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