Html Css Color HEX #71411C Peru Tan

📋 copy color: '#71411C'

red 113 ◦ green 65 ◦ blue 28

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

Shades of Peru Tan #71411C

Tints of Peru Tan #71411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 54.85%
G = 31.55%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71411C (or 0x71411C) is known color: Peru Tan. HEX triplet: 71, 41 and 1C. RGB value is (113,65,28). Sum of RGB (Red+Green+Blue) = 113+65+28=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71411C is #8EBEE3. Grayscale: #4B4B4B. Windows color (decimal): -9354980 or 1851761. OLE color: 1851761.

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

Color convert

RGB 113 65 28 -
CMYK 0 0.42 0.75 0.56
HSL 26.12º 0.6% 0.28% -
HSV(B) 26.12º 0.75% 0.44% -
XYZ 8.91 7.38 2.05 -
YUV 75.13 101.4 155.01 -
System Red Green Blue C M Y K H S L
Decimal 113 65 28 0 0.42 0.75 0.56 26.12 0.6 0.28
Hex 71 41 1C 0 2A 4B 38 1A 3C 1C
Octal 161 101 34 0 52 113 70 32 74 34
Binary 1110001 1000001 11100 0 101010 1001011 111000 11010 111100 11100

Color Harmonies of #71411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71411C

Black with #71411C

Text Example


Text Example

White with #71411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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