Html Css Color HEX #713313 Peru Tan

📋 copy color: '#713313'

red 113 ◦ green 51 ◦ blue 19

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

Shades of Peru Tan #713313

Tints of Peru Tan #713313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 61.75%
G = 27.87%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#713313 (or 0x713313) is known color: Peru Tan. HEX triplet: 71, 33 and 13. RGB value is (113,51,19). Sum of RGB (Red+Green+Blue) = 113+51+19=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #713313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713313 is #8ECCEC. Grayscale: #424242. Windows color (decimal): -9358573 or 1258353. OLE color: 1258353.

HSL color Cylindrical-coordinate representation of color #713313: hue angle of 20.43º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #713313 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 19 -
CMYK 0 0.55 0.83 0.56
HSL 20.43º 0.71% 0.26% -
HSV(B) 20.43º 0.83% 0.44% -
XYZ 8.11 5.93 1.33 -
YUV 65.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 113 51 19 0 0.55 0.83 0.56 20.43 0.71 0.26
Hex 71 33 13 0 37 53 38 14 47 1A
Octal 161 63 23 0 67 123 70 24 107 32
Binary 1110001 110011 10011 0 110111 1010011 111000 10100 1000111 11010

Color Harmonies of #713313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713313

Black with #713313

Text Example


Text Example

White with #713313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713313; }

 p { color: rgb(113,51,19); }

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

background-color css

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

 a { background-color: rgb(113,51,19); }

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

border-color css

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

 span { border-color: rgb(113,51,19); }

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