Html Css Color HEX #71340E Peru Tan

📋 copy color: '#71340E'

red 113 ◦ green 52 ◦ blue 14

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

Shades of Peru Tan #71340E

Tints of Peru Tan #71340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.05%

 BLUE value IS 14 (5.86% from 255) = 7.82%

R = 63.13%
G = 29.05%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71340E (or 0x71340E) is known color: Peru Tan. HEX triplet: 71, 34 and 0E. RGB value is (113,52,14). Sum of RGB (Red+Green+Blue) = 113+52+14=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #71340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71340E is #8ECBF1. Grayscale: #424242. Windows color (decimal): -9358322 or 930929. OLE color: 930929.

HSL color Cylindrical-coordinate representation of color #71340E: hue angle of 23.03º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71340E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 14 -
CMYK 0 0.54 0.88 0.56
HSL 23.03º 0.78% 0.25% -
HSV(B) 23.03º 0.88% 0.44% -
XYZ 8.12 6 1.15 -
YUV 65.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 113 52 14 0 0.54 0.88 0.56 23.03 0.78 0.25
Hex 71 34 E 0 36 58 38 17 4E 19
Octal 161 64 16 0 66 130 70 27 116 31
Binary 1110001 110100 1110 0 110110 1011000 111000 10111 1001110 11001

Color Harmonies of #71340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71340E

Black with #71340E

Text Example


Text Example

White with #71340E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71340E; }

 p { color: rgb(113,52,14); }

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

background-color css

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

 a { background-color: rgb(113,52,14); }

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

border-color css

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

 span { border-color: rgb(113,52,14); }

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