Html Css Color HEX #713810 Peru Tan

📋 copy color: '#713810'

red 113 ◦ green 56 ◦ blue 16

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

Shades of Peru Tan #713810

Tints of Peru Tan #713810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 61.08%
G = 30.27%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#713810 (or 0x713810) is known color: Peru Tan. HEX triplet: 71, 38 and 10. RGB value is (113,56,16). Sum of RGB (Red+Green+Blue) = 113+56+16=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #713810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713810 is #8EC7EF. Grayscale: #444444. Windows color (decimal): -9357296 or 1063025. OLE color: 1063025.

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

Color convert

RGB 113 56 16 -
CMYK 0 0.50 0.86 0.56
HSL 24.74º 0.75% 0.25% -
HSV(B) 24.74º 0.86% 0.44% -
XYZ 8.32 6.38 1.28 -
YUV 68.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 113 56 16 0 0.50 0.86 0.56 24.74 0.75 0.25
Hex 71 38 10 0 32 56 38 19 4B 19
Octal 161 70 20 0 62 126 70 31 113 31
Binary 1110001 111000 10000 0 110010 1010110 111000 11001 1001011 11001

Color Harmonies of #713810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713810

Black with #713810

Text Example


Text Example

White with #713810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713810; }

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

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

background-color css

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

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

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

border-color css

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

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

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