Html Css Color HEX #713118 Peru Tan

📋 copy color: '#713118'

red 113 ◦ green 49 ◦ blue 24

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

Shades of Peru Tan #713118

Tints of Peru Tan #713118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.34%

 BLUE value IS 24 (9.77% from 255) = 12.9%

R = 60.75%
G = 26.34%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#713118 (or 0x713118) is known color: Peru Tan. HEX triplet: 71, 31 and 18. RGB value is (113,49,24). Sum of RGB (Red+Green+Blue) = 113+49+24=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #713118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713118 is #8ECEE7. Grayscale: #414141. Windows color (decimal): -9359080 or 1585521. OLE color: 1585521.

HSL color Cylindrical-coordinate representation of color #713118: hue angle of 16.85º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #713118 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 24 -
CMYK 0 0.57 0.79 0.56
HSL 16.85º 0.65% 0.27% -
HSV(B) 16.85º 0.79% 0.44% -
XYZ 8.07 5.77 1.55 -
YUV 65.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 113 49 24 0 0.57 0.79 0.56 16.85 0.65 0.27
Hex 71 31 18 0 39 4F 38 11 41 1B
Octal 161 61 30 0 71 117 70 21 101 33
Binary 1110001 110001 11000 0 111001 1001111 111000 10001 1000001 11011

Color Harmonies of #713118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713118

Black with #713118

Text Example


Text Example

White with #713118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713118; }

 p { color: rgb(113,49,24); }

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

background-color css

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

 a { background-color: rgb(113,49,24); }

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

border-color css

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

 span { border-color: rgb(113,49,24); }

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