Html Css Color HEX #713209 Peru Tan

📋 copy color: '#713209'

red 113 ◦ green 50 ◦ blue 9

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

Shades of Peru Tan #713209

Tints of Peru Tan #713209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.07%

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

R = 65.7%
G = 29.07%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#713209 (or 0x713209) is known color: Peru Tan. HEX triplet: 71, 32 and 09. RGB value is (113,50,9). Sum of RGB (Red+Green+Blue) = 113+50+9=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #713209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713209 is #8ECDF6. Grayscale: #404040. Windows color (decimal): -9358839 or 602737. OLE color: 602737.

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

Color convert

RGB 113 50 9 -
CMYK 0 0.56 0.92 0.56
HSL 23.65º 0.85% 0.24% -
HSV(B) 23.65º 0.92% 0.44% -
XYZ 8 5.81 0.96 -
YUV 64.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 113 50 9 0 0.56 0.92 0.56 23.65 0.85 0.24
Hex 71 32 9 0 38 5C 38 18 55 18
Octal 161 62 11 0 70 134 70 30 125 30
Binary 1110001 110010 1001 0 111000 1011100 111000 11000 1010101 11000

Color Harmonies of #713209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713209

Black with #713209

Text Example


Text Example

White with #713209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713209; }

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

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

background-color css

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

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

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

border-color css

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

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

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