Html Css Color HEX #714019 Peru Tan

📋 copy color: '#714019'

red 113 ◦ green 64 ◦ blue 25

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

Shades of Peru Tan #714019

Tints of Peru Tan #714019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.68%

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

R = 55.94%
G = 31.68%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#714019 (or 0x714019) is known color: Peru Tan. HEX triplet: 71, 40 and 19. RGB value is (113,64,25). Sum of RGB (Red+Green+Blue) = 113+64+25=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #714019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714019 is #8EBFE6. Grayscale: #4A4A4A. Windows color (decimal): -9355239 or 1654897. OLE color: 1654897.

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

Color convert

RGB 113 64 25 -
CMYK 0 0.43 0.78 0.56
HSL 26.59º 0.64% 0.27% -
HSV(B) 26.59º 0.78% 0.44% -
XYZ 8.82 7.25 1.85 -
YUV 74.21 100.23 155.67 -
System Red Green Blue C M Y K H S L
Decimal 113 64 25 0 0.43 0.78 0.56 26.59 0.64 0.27
Hex 71 40 19 0 2B 4E 38 1B 40 1B
Octal 161 100 31 0 53 116 70 33 100 33
Binary 1110001 1000000 11001 0 101011 1001110 111000 11011 1000000 11011

Color Harmonies of #714019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714019

Black with #714019

Text Example


Text Example

White with #714019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714019; }

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

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

background-color css

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

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

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

border-color css

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

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

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