Html Css Color HEX #713B1F Peru Tan

📋 copy color: '#713B1F'

red 113 ◦ green 59 ◦ blue 31

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

Shades of Peru Tan #713B1F

Tints of Peru Tan #713B1F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.06%

 BLUE value IS 31 (12.5% from 255) = 15.27%

R = 55.67%
G = 29.06%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#713B1F (or 0x713B1F) is known color: Peru Tan. HEX triplet: 71, 3B and 1F. RGB value is (113,59,31). Sum of RGB (Red+Green+Blue) = 113+59+31=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #713B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B1F is #8EC4E0. Grayscale: #484848. Windows color (decimal): -9356513 or 2046833. OLE color: 2046833.

HSL color Cylindrical-coordinate representation of color #713B1F: hue angle of 20.49º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713B1F is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 59 31 -
CMYK 0 0.48 0.73 0.56
HSL 20.49º 0.57% 0.28% -
HSV(B) 20.49º 0.73% 0.44% -
XYZ 8.62 6.74 2.14 -
YUV 71.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 113 59 31 0 0.48 0.73 0.56 20.49 0.57 0.28
Hex 71 3B 1F 0 30 49 38 14 39 1C
Octal 161 73 37 0 60 111 70 24 71 34
Binary 1110001 111011 11111 0 110000 1001001 111000 10100 111001 11100

Color Harmonies of #713B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B1F

Black with #713B1F

Text Example


Text Example

White with #713B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713B1F; }

 p { color: rgb(113,59,31); }

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

background-color css

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

 a { background-color: rgb(113,59,31); }

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

border-color css

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

 span { border-color: rgb(113,59,31); }

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