Html Css Color HEX #71411F Peru Tan

📋 copy color: '#71411F'

red 113 ◦ green 65 ◦ blue 31

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

Shades of Peru Tan #71411F

Tints of Peru Tan #71411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.83%

R = 54.07%
G = 31.1%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71411F (or 0x71411F) is known color: Peru Tan. HEX triplet: 71, 41 and 1F. RGB value is (113,65,31). Sum of RGB (Red+Green+Blue) = 113+65+31=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71411F is #8EBEE0. Grayscale: #4B4B4B. Windows color (decimal): -9354977 or 2048369. OLE color: 2048369.

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

Color convert

RGB 113 65 31 -
CMYK 0 0.42 0.73 0.56
HSL 24.88º 0.57% 0.28% -
HSV(B) 24.88º 0.73% 0.44% -
XYZ 8.95 7.39 2.25 -
YUV 75.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 113 65 31 0 0.42 0.73 0.56 24.88 0.57 0.28
Hex 71 41 1F 0 2A 49 38 19 39 1C
Octal 161 101 37 0 52 111 70 31 71 34
Binary 1110001 1000001 11111 0 101010 1001001 111000 11001 111001 11100

Color Harmonies of #71411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71411F

Black with #71411F

Text Example


Text Example

White with #71411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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