Html Css Color HEX #713609 Peru Tan

📋 copy color: '#713609'

red 113 ◦ green 54 ◦ blue 9

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

Shades of Peru Tan #713609

Tints of Peru Tan #713609

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.68%

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

R = 64.2%
G = 30.68%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#713609 (or 0x713609) is known color: Peru Tan. HEX triplet: 71, 36 and 09. RGB value is (113,54,9). Sum of RGB (Red+Green+Blue) = 113+54+9=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #713609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713609 is #8EC9F6. Grayscale: #424242. Windows color (decimal): -9357815 or 603761. OLE color: 603761.

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

Color convert

RGB 113 54 9 -
CMYK 0 0.52 0.92 0.56
HSL 25.96º 0.85% 0.24% -
HSV(B) 25.96º 0.92% 0.44% -
XYZ 8.18 6.17 1.02 -
YUV 66.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 113 54 9 0 0.52 0.92 0.56 25.96 0.85 0.24
Hex 71 36 9 0 34 5C 38 1A 55 18
Octal 161 66 11 0 64 134 70 32 125 30
Binary 1110001 110110 1001 0 110100 1011100 111000 11010 1010101 11000

Color Harmonies of #713609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713609

Black with #713609

Text Example


Text Example

White with #713609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713609; }

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

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

background-color css

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

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

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

border-color css

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

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

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