Html Css Color HEX #713109 Peru Tan

📋 copy color: '#713109'

red 113 ◦ green 49 ◦ blue 9

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

Shades of Peru Tan #713109

Tints of Peru Tan #713109

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.65%

 BLUE value IS 9 (3.91% from 255) = 5.26%

R = 66.08%
G = 28.65%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#713109 (or 0x713109) is known color: Peru Tan. HEX triplet: 71, 31 and 09. RGB value is (113,49,9). Sum of RGB (Red+Green+Blue) = 113+49+9=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #713109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713109 is #8ECEF6. Grayscale: #3F3F3F. Windows color (decimal): -9359095 or 602481. OLE color: 602481.

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

Color convert

RGB 113 49 9 -
CMYK 0 0.57 0.92 0.56
HSL 23.08º 0.85% 0.24% -
HSV(B) 23.08º 0.92% 0.44% -
XYZ 7.96 5.73 0.94 -
YUV 63.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 113 49 9 0 0.57 0.92 0.56 23.08 0.85 0.24
Hex 71 31 9 0 39 5C 38 17 55 18
Octal 161 61 11 0 71 134 70 27 125 30
Binary 1110001 110001 1001 0 111001 1011100 111000 10111 1010101 11000

Color Harmonies of #713109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713109

Black with #713109

Text Example


Text Example

White with #713109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713109; }

 p { color: rgb(113,49,9); }

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

background-color css

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

 a { background-color: rgb(113,49,9); }

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

border-color css

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

 span { border-color: rgb(113,49,9); }

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