Html Css Color HEX #71371B Peru Tan

📋 copy color: '#71371B'

red 113 ◦ green 55 ◦ blue 27

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

Shades of Peru Tan #71371B

Tints of Peru Tan #71371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.85%

R = 57.95%
G = 28.21%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#71371B (or 0x71371B) is known color: Peru Tan. HEX triplet: 71, 37 and 1B. RGB value is (113,55,27). Sum of RGB (Red+Green+Blue) = 113+55+27=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71371B is #8EC8E4. Grayscale: #454545. Windows color (decimal): -9357541 or 1783665. OLE color: 1783665.

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

Color convert

RGB 113 55 27 -
CMYK 0 0.51 0.76 0.56
HSL 19.53º 0.61% 0.27% -
HSV(B) 19.53º 0.76% 0.44% -
XYZ 8.37 6.32 1.82 -
YUV 69.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 113 55 27 0 0.51 0.76 0.56 19.53 0.61 0.27
Hex 71 37 1B 0 33 4C 38 14 3D 1B
Octal 161 67 33 0 63 114 70 24 75 33
Binary 1110001 110111 11011 0 110011 1001100 111000 10100 111101 11011

Color Harmonies of #71371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71371B

Black with #71371B

Text Example


Text Example

White with #71371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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