Html Css Color HEX #713811 Peru Tan

📋 copy color: '#713811'

red 113 ◦ green 56 ◦ blue 17

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

Shades of Peru Tan #713811

Tints of Peru Tan #713811

RGB

 RED value IS 113 (44.53% from 255) = 60.75%

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

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

R = 60.75%
G = 30.11%
B = 9.14%

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

#713811 (or 0x713811) is known color: Peru Tan. HEX triplet: 71, 38 and 11. RGB value is (113,56,17). Sum of RGB (Red+Green+Blue) = 113+56+17=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #713811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713811 is #8EC7EE. Grayscale: #444444. Windows color (decimal): -9357295 or 1128561. OLE color: 1128561.

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

Color convert

RGB 113 56 17 -
CMYK 0 0.50 0.85 0.56
HSL 24.38º 0.74% 0.25% -
HSV(B) 24.38º 0.85% 0.44% -
XYZ 8.33 6.38 1.32 -
YUV 68.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 113 56 17 0 0.50 0.85 0.56 24.38 0.74 0.25
Hex 71 38 11 0 32 55 38 18 4A 19
Octal 161 70 21 0 62 125 70 30 112 31
Binary 1110001 111000 10001 0 110010 1010101 111000 11000 1001010 11001

Color Harmonies of #713811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713811

Black with #713811

Text Example


Text Example

White with #713811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713811; }

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

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

background-color css

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

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

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

border-color css

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

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

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