Html Css Color HEX #713309 Peru Tan

📋 copy color: '#713309'

red 113 ◦ green 51 ◦ blue 9

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

Shades of Peru Tan #713309

Tints of Peru Tan #713309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.48%

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

R = 65.32%
G = 29.48%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#713309 (or 0x713309) is known color: Peru Tan. HEX triplet: 71, 33 and 09. RGB value is (113,51,9). Sum of RGB (Red+Green+Blue) = 113+51+9=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #713309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713309 is #8ECCF6. Grayscale: #404040. Windows color (decimal): -9358583 or 602993. OLE color: 602993.

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

Color convert

RGB 113 51 9 -
CMYK 0 0.55 0.92 0.56
HSL 24.23º 0.85% 0.24% -
HSV(B) 24.23º 0.92% 0.44% -
XYZ 8.04 5.9 0.97 -
YUV 64.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 113 51 9 0 0.55 0.92 0.56 24.23 0.85 0.24
Hex 71 33 9 0 37 5C 38 18 55 18
Octal 161 63 11 0 67 134 70 30 125 30
Binary 1110001 110011 1001 0 110111 1011100 111000 11000 1010101 11000

Color Harmonies of #713309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713309

Black with #713309

Text Example


Text Example

White with #713309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713309; }

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

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

background-color css

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

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

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

border-color css

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

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

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