Html Css Color HEX #713910 Peru Tan

📋 copy color: '#713910'

red 113 ◦ green 57 ◦ blue 16

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

Shades of Peru Tan #713910

Tints of Peru Tan #713910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.65%

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

R = 60.75%
G = 30.65%
B = 8.6%

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

#713910 (or 0x713910) is known color: Peru Tan. HEX triplet: 71, 39 and 10. RGB value is (113,57,16). Sum of RGB (Red+Green+Blue) = 113+57+16=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #713910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713910 is #8EC6EF. Grayscale: #454545. Windows color (decimal): -9357040 or 1063281. OLE color: 1063281.

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

Color convert

RGB 113 57 16 -
CMYK 0 0.50 0.86 0.56
HSL 25.36º 0.75% 0.25% -
HSV(B) 25.36º 0.86% 0.44% -
XYZ 8.37 6.47 1.3 -
YUV 69.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 113 57 16 0 0.50 0.86 0.56 25.36 0.75 0.25
Hex 71 39 10 0 32 56 38 19 4B 19
Octal 161 71 20 0 62 126 70 31 113 31
Binary 1110001 111001 10000 0 110010 1010110 111000 11001 1001011 11001

Color Harmonies of #713910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713910

Black with #713910

Text Example


Text Example

White with #713910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713910; }

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

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

background-color css

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

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

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

border-color css

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

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

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