Html Css Color HEX #713709 Peru Tan

📋 copy color: '#713709'

red 113 ◦ green 55 ◦ blue 9

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

Shades of Peru Tan #713709

Tints of Peru Tan #713709

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.07%

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

R = 63.84%
G = 31.07%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#713709 (or 0x713709) is known color: Peru Tan. HEX triplet: 71, 37 and 09. RGB value is (113,55,9). Sum of RGB (Red+Green+Blue) = 113+55+9=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #713709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713709 is #8EC8F6. Grayscale: #434343. Windows color (decimal): -9357559 or 604017. OLE color: 604017.

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

Color convert

RGB 113 55 9 -
CMYK 0 0.51 0.92 0.56
HSL 26.54º 0.85% 0.24% -
HSV(B) 26.54º 0.92% 0.44% -
XYZ 8.23 6.26 1.03 -
YUV 67.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 113 55 9 0 0.51 0.92 0.56 26.54 0.85 0.24
Hex 71 37 9 0 33 5C 38 1B 55 18
Octal 161 67 11 0 63 134 70 33 125 30
Binary 1110001 110111 1001 0 110011 1011100 111000 11011 1010101 11000

Color Harmonies of #713709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713709

Black with #713709

Text Example


Text Example

White with #713709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713709; }

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

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

background-color css

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

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

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

border-color css

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

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

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