Html Css Color HEX #713407 Peru Tan

📋 copy color: '#713407'

red 113 ◦ green 52 ◦ blue 7

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

Shades of Peru Tan #713407

Tints of Peru Tan #713407

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.23%

 BLUE value IS 7 (3.13% from 255) = 4.07%

R = 65.7%
G = 30.23%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#713407 (or 0x713407) is known color: Peru Tan. HEX triplet: 71, 34 and 07. RGB value is (113,52,7). Sum of RGB (Red+Green+Blue) = 113+52+7=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #713407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713407 is #8ECBF8. Grayscale: #414141. Windows color (decimal): -9358329 or 472177. OLE color: 472177.

HSL color Cylindrical-coordinate representation of color #713407: hue angle of 25.47º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #713407 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 7 -
CMYK 0 0.54 0.94 0.56
HSL 25.47º 0.88% 0.24% -
HSV(B) 25.47º 0.94% 0.44% -
XYZ 8.08 5.98 0.93 -
YUV 65.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 113 52 7 0 0.54 0.94 0.56 25.47 0.88 0.24
Hex 71 34 7 0 36 5E 38 19 58 18
Octal 161 64 7 0 66 136 70 31 130 30
Binary 1110001 110100 111 0 110110 1011110 111000 11001 1011000 11000

Color Harmonies of #713407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713407

Black with #713407

Text Example


Text Example

White with #713407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713407; }

 p { color: rgb(113,52,7); }

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

background-color css

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

 a { background-color: rgb(113,52,7); }

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

border-color css

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

 span { border-color: rgb(113,52,7); }

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