Html Css Color HEX #713509 Peru Tan

📋 copy color: '#713509'

red 113 ◦ green 53 ◦ blue 9

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

Shades of Peru Tan #713509

Tints of Peru Tan #713509

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.29%

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

R = 64.57%
G = 30.29%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#713509 (or 0x713509) is known color: Peru Tan. HEX triplet: 71, 35 and 09. RGB value is (113,53,9). Sum of RGB (Red+Green+Blue) = 113+53+9=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #713509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713509 is #8ECAF6. Grayscale: #424242. Windows color (decimal): -9358071 or 603505. OLE color: 603505.

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

Color convert

RGB 113 53 9 -
CMYK 0 0.53 0.92 0.56
HSL 25.38º 0.85% 0.24% -
HSV(B) 25.38º 0.92% 0.44% -
XYZ 8.13 6.08 1 -
YUV 65.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 113 53 9 0 0.53 0.92 0.56 25.38 0.85 0.24
Hex 71 35 9 0 35 5C 38 19 55 18
Octal 161 65 11 0 65 134 70 31 125 30
Binary 1110001 110101 1001 0 110101 1011100 111000 11001 1010101 11000

Color Harmonies of #713509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713509

Black with #713509

Text Example


Text Example

White with #713509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713509; }

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

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

background-color css

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

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

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

border-color css

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

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

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