Html Css Color HEX #703911 Peru Tan

📋 copy color: '#703911'

red 112 ◦ green 57 ◦ blue 17

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

Shades of Peru Tan #703911

Tints of Peru Tan #703911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.65%

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 60.22%
G = 30.65%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#703911 (or 0x703911) is known color: Peru Tan. HEX triplet: 70, 39 and 11. RGB value is (112,57,17). Sum of RGB (Red+Green+Blue) = 112+57+17=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #703911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703911 is #8FC6EE. Grayscale: #454545. Windows color (decimal): -9422575 or 1128816. OLE color: 1128816.

HSL color Cylindrical-coordinate representation of color #703911: hue angle of 25.26º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #703911 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 17 -
CMYK 0 0.49 0.85 0.56
HSL 25.26º 0.74% 0.25% -
HSV(B) 25.26º 0.85% 0.44% -
XYZ 8.25 6.41 1.33 -
YUV 68.89 98.72 158.75 -
System Red Green Blue C M Y K H S L
Decimal 112 57 17 0 0.49 0.85 0.56 25.26 0.74 0.25
Hex 70 39 11 0 31 55 38 19 4A 19
Octal 160 71 21 0 61 125 70 31 112 31
Binary 1110000 111001 10001 0 110001 1010101 111000 11001 1001010 11001

Color Harmonies of #703911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703911

Black with #703911

Text Example


Text Example

White with #703911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703911; }

 p { color: rgb(112,57,17); }

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

background-color css

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

 a { background-color: rgb(112,57,17); }

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

border-color css

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

 span { border-color: rgb(112,57,17); }

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