Html Css Color HEX #703117 Peru Tan

📋 copy color: '#703117'

red 112 ◦ green 49 ◦ blue 23

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

Shades of Peru Tan #703117

Tints of Peru Tan #703117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 60.87%
G = 26.63%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#703117 (or 0x703117) is known color: Peru Tan. HEX triplet: 70, 31 and 17. RGB value is (112,49,23). Sum of RGB (Red+Green+Blue) = 112+49+23=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #703117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703117 is #8FCEE8. Grayscale: #414141. Windows color (decimal): -9424617 or 1519984. OLE color: 1519984.

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

Color convert

RGB 112 49 23 -
CMYK 0 0.56 0.79 0.56
HSL 17.53º 0.66% 0.26% -
HSV(B) 17.53º 0.79% 0.44% -
XYZ 7.94 5.7 1.49 -
YUV 64.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 112 49 23 0 0.56 0.79 0.56 17.53 0.66 0.26
Hex 70 31 17 0 38 4F 38 12 42 1A
Octal 160 61 27 0 70 117 70 22 102 32
Binary 1110000 110001 10111 0 111000 1001111 111000 10010 1000010 11010

Color Harmonies of #703117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703117

Black with #703117

Text Example


Text Example

White with #703117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703117; }

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

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

background-color css

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

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

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

border-color css

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

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

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