Html Css Color HEX #703511 Peru Tan

📋 copy color: '#703511'

red 112 ◦ green 53 ◦ blue 17

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

Shades of Peru Tan #703511

Tints of Peru Tan #703511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.12%

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

R = 61.54%
G = 29.12%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#703511 (or 0x703511) is known color: Peru Tan. HEX triplet: 70, 35 and 11. RGB value is (112,53,17). Sum of RGB (Red+Green+Blue) = 112+53+17=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #703511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703511 is #8FCAEE. Grayscale: #424242. Windows color (decimal): -9423599 or 1127792. OLE color: 1127792.

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

Color convert

RGB 112 53 17 -
CMYK 0 0.53 0.85 0.56
HSL 22.74º 0.74% 0.25% -
HSV(B) 22.74º 0.85% 0.44% -
XYZ 8.06 6.03 1.27 -
YUV 66.54 100.05 160.43 -
System Red Green Blue C M Y K H S L
Decimal 112 53 17 0 0.53 0.85 0.56 22.74 0.74 0.25
Hex 70 35 11 0 35 55 38 17 4A 19
Octal 160 65 21 0 65 125 70 27 112 31
Binary 1110000 110101 10001 0 110101 1010101 111000 10111 1001010 11001

Color Harmonies of #703511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703511

Black with #703511

Text Example


Text Example

White with #703511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703511; }

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

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

background-color css

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

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

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

border-color css

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

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

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