Html Css Color HEX #703311 Peru Tan

📋 copy color: '#703311'

red 112 ◦ green 51 ◦ blue 17

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

Shades of Peru Tan #703311

Tints of Peru Tan #703311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.33%

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

R = 62.22%
G = 28.33%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#703311 (or 0x703311) is known color: Peru Tan. HEX triplet: 70, 33 and 11. RGB value is (112,51,17). Sum of RGB (Red+Green+Blue) = 112+51+17=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #703311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703311 is #8FCCEE. Grayscale: #414141. Windows color (decimal): -9424111 or 1127280. OLE color: 1127280.

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

Color convert

RGB 112 51 17 -
CMYK 0 0.54 0.85 0.56
HSL 21.47º 0.74% 0.25% -
HSV(B) 21.47º 0.85% 0.44% -
XYZ 7.97 5.85 1.24 -
YUV 65.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 112 51 17 0 0.54 0.85 0.56 21.47 0.74 0.25
Hex 70 33 11 0 36 55 38 15 4A 19
Octal 160 63 21 0 66 125 70 25 112 31
Binary 1110000 110011 10001 0 110110 1010101 111000 10101 1001010 11001

Color Harmonies of #703311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703311

Black with #703311

Text Example


Text Example

White with #703311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703311; }

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

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

background-color css

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

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

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

border-color css

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

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

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