Html Css Color HEX #703116 Peru Tan

📋 copy color: '#703116'

red 112 ◦ green 49 ◦ blue 22

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

Shades of Peru Tan #703116

Tints of Peru Tan #703116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.78%

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 61.2%
G = 26.78%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#703116 (or 0x703116) is known color: Peru Tan. HEX triplet: 70, 31 and 16. RGB value is (112,49,22). Sum of RGB (Red+Green+Blue) = 112+49+22=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #703116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703116 is #8FCEE9. Grayscale: #404040. Windows color (decimal): -9424618 or 1454448. OLE color: 1454448.

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

Color convert

RGB 112 49 22 -
CMYK 0 0.56 0.80 0.56
HSL 18º 0.67% 0.26% -
HSV(B) 18º 0.8% 0.44% -
XYZ 7.93 5.7 1.44 -
YUV 64.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 112 49 22 0 0.56 0.80 0.56 18 0.67 0.26
Hex 70 31 16 0 38 50 38 12 43 1A
Octal 160 61 26 0 70 120 70 22 103 32
Binary 1110000 110001 10110 0 111000 1010000 111000 10010 1000011 11010

Color Harmonies of #703116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703116

Black with #703116

Text Example


Text Example

White with #703116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703116; }

 p { color: rgb(112,49,22); }

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

background-color css

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

 a { background-color: rgb(112,49,22); }

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

border-color css

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

 span { border-color: rgb(112,49,22); }

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