Html Css Color HEX #71371D Peru Tan

📋 copy color: '#71371D'

red 113 ◦ green 55 ◦ blue 29

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

Shades of Peru Tan #71371D

Tints of Peru Tan #71371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

 BLUE value IS 29 (11.72% from 255) = 14.72%

R = 57.36%
G = 27.92%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71371D (or 0x71371D) is known color: Peru Tan. HEX triplet: 71, 37 and 1D. RGB value is (113,55,29). Sum of RGB (Red+Green+Blue) = 113+55+29=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #71371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71371D is #8EC8E2. Grayscale: #454545. Windows color (decimal): -9357539 or 1914737. OLE color: 1914737.

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

Color convert

RGB 113 55 29 -
CMYK 0 0.51 0.74 0.56
HSL 18.57º 0.59% 0.28% -
HSV(B) 18.57º 0.74% 0.44% -
XYZ 8.4 6.33 1.94 -
YUV 69.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 113 55 29 0 0.51 0.74 0.56 18.57 0.59 0.28
Hex 71 37 1D 0 33 4A 38 13 3B 1C
Octal 161 67 35 0 63 112 70 23 73 34
Binary 1110001 110111 11101 0 110011 1001010 111000 10011 111011 11100

Color Harmonies of #71371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71371D

Black with #71371D

Text Example


Text Example

White with #71371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71371D; }

 p { color: rgb(113,55,29); }

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

background-color css

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

 a { background-color: rgb(113,55,29); }

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

border-color css

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

 span { border-color: rgb(113,55,29); }

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