Html Css Color HEX #703811 Peru Tan

📋 copy color: '#703811'

red 112 ◦ green 56 ◦ blue 17

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

Shades of Peru Tan #703811

Tints of Peru Tan #703811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.27%

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

R = 60.54%
G = 30.27%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#703811 (or 0x703811) is known color: Peru Tan. HEX triplet: 70, 38 and 11. RGB value is (112,56,17). Sum of RGB (Red+Green+Blue) = 112+56+17=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #703811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703811 is #8FC7EE. Grayscale: #444444. Windows color (decimal): -9422831 or 1128560. OLE color: 1128560.

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

Color convert

RGB 112 56 17 -
CMYK 0 0.50 0.85 0.56
HSL 24.63º 0.74% 0.25% -
HSV(B) 24.63º 0.85% 0.44% -
XYZ 8.2 6.31 1.32 -
YUV 68.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 112 56 17 0 0.50 0.85 0.56 24.63 0.74 0.25
Hex 70 38 11 0 32 55 38 19 4A 19
Octal 160 70 21 0 62 125 70 31 112 31
Binary 1110000 111000 10001 0 110010 1010101 111000 11001 1001010 11001

Color Harmonies of #703811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703811

Black with #703811

Text Example


Text Example

White with #703811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703811; }

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

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

background-color css

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

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

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

border-color css

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

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

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