Html Css Color HEX #713A19 Peru Tan

📋 copy color: '#713A19'

red 113 ◦ green 58 ◦ blue 25

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

Shades of Peru Tan #713A19

Tints of Peru Tan #713A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.59%

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

R = 57.65%
G = 29.59%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#713A19 (or 0x713A19) is known color: Peru Tan. HEX triplet: 71, 3A and 19. RGB value is (113,58,25). Sum of RGB (Red+Green+Blue) = 113+58+25=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #713A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713A19 is #8EC5E6. Grayscale: #464646. Windows color (decimal): -9356775 or 1653361. OLE color: 1653361.

HSL color Cylindrical-coordinate representation of color #713A19: hue angle of 22.5º 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 #713A19 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 58 25 -
CMYK 0 0.49 0.78 0.56
HSL 22.5º 0.64% 0.27% -
HSV(B) 22.5º 0.78% 0.44% -
XYZ 8.5 6.61 1.75 -
YUV 70.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 113 58 25 0 0.49 0.78 0.56 22.5 0.64 0.27
Hex 71 3A 19 0 31 4E 38 16 40 1B
Octal 161 72 31 0 61 116 70 26 100 33
Binary 1110001 111010 11001 0 110001 1001110 111000 10110 1000000 11011

Color Harmonies of #713A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A19

Black with #713A19

Text Example


Text Example

White with #713A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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