Html Css Color HEX #713C19 Peru Tan

📋 copy color: '#713C19'

red 113 ◦ green 60 ◦ blue 25

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

Shades of Peru Tan #713C19

Tints of Peru Tan #713C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.3%

 BLUE value IS 25 (10.16% from 255) = 12.63%

R = 57.07%
G = 30.3%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#713C19 (or 0x713C19) is known color: Peru Tan. HEX triplet: 71, 3C and 19. RGB value is (113,60,25). Sum of RGB (Red+Green+Blue) = 113+60+25=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #713C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713C19 is #8EC3E6. Grayscale: #484848. Windows color (decimal): -9356263 or 1653873. OLE color: 1653873.

HSL color Cylindrical-coordinate representation of color #713C19: hue angle of 23.86º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #713C19 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 60 25 -
CMYK 0 0.47 0.78 0.56
HSL 23.86º 0.64% 0.27% -
HSV(B) 23.86º 0.78% 0.44% -
XYZ 8.6 6.81 1.78 -
YUV 71.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 113 60 25 0 0.47 0.78 0.56 23.86 0.64 0.27
Hex 71 3C 19 0 2F 4E 38 18 40 1B
Octal 161 74 31 0 57 116 70 30 100 33
Binary 1110001 111100 11001 0 101111 1001110 111000 11000 1000000 11011

Color Harmonies of #713C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C19

Black with #713C19

Text Example


Text Example

White with #713C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713C19; }

 p { color: rgb(113,60,25); }

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

background-color css

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

 a { background-color: rgb(113,60,25); }

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

border-color css

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

 span { border-color: rgb(113,60,25); }

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