Html Css Color HEX #71371A Peru Tan

📋 copy color: '#71371A'

red 113 ◦ green 55 ◦ blue 26

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

Shades of Peru Tan #71371A

Tints of Peru Tan #71371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.4%

R = 58.25%
G = 28.35%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71371A (or 0x71371A) is known color: Peru Tan. HEX triplet: 71, 37 and 1A. RGB value is (113,55,26). Sum of RGB (Red+Green+Blue) = 113+55+26=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71371A is #8EC8E5. Grayscale: #454545. Windows color (decimal): -9357542 or 1718129. OLE color: 1718129.

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

Color convert

RGB 113 55 26 -
CMYK 0 0.51 0.77 0.56
HSL 20º 0.63% 0.27% -
HSV(B) 20º 0.77% 0.44% -
XYZ 8.36 6.32 1.76 -
YUV 69.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 113 55 26 0 0.51 0.77 0.56 20 0.63 0.27
Hex 71 37 1A 0 33 4D 38 14 3F 1B
Octal 161 67 32 0 63 115 70 24 77 33
Binary 1110001 110111 11010 0 110011 1001101 111000 10100 111111 11011

Color Harmonies of #71371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71371A

Black with #71371A

Text Example


Text Example

White with #71371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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