Html Css Color HEX #714120 Peru Tan

📋 copy color: '#714120'

red 113 ◦ green 65 ◦ blue 32

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

Shades of Peru Tan #714120

Tints of Peru Tan #714120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

 BLUE value IS 32 (12.89% from 255) = 15.24%

R = 53.81%
G = 30.95%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#714120 (or 0x714120) is known color: Peru Tan. HEX triplet: 71, 41 and 20. RGB value is (113,65,32). Sum of RGB (Red+Green+Blue) = 113+65+32=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #714120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714120 is #8EBEDF. Grayscale: #4B4B4B. Windows color (decimal): -9354976 or 2113905. OLE color: 2113905.

HSL color Cylindrical-coordinate representation of color #714120: hue angle of 24.44º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #714120 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 65 32 -
CMYK 0 0.42 0.72 0.56
HSL 24.44º 0.56% 0.28% -
HSV(B) 24.44º 0.72% 0.44% -
XYZ 8.96 7.4 2.32 -
YUV 75.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 113 65 32 0 0.42 0.72 0.56 24.44 0.56 0.28
Hex 71 41 20 0 2A 48 38 18 38 1C
Octal 161 101 40 0 52 110 70 30 70 34
Binary 1110001 1000001 100000 0 101010 1001000 111000 11000 111000 11100

Color Harmonies of #714120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714120

Black with #714120

Text Example


Text Example

White with #714120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714120; }

 p { color: rgb(113,65,32); }

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

background-color css

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

 a { background-color: rgb(113,65,32); }

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

border-color css

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

 span { border-color: rgb(113,65,32); }

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