Html Css Color HEX #71371E Peru Tan

📋 copy color: '#71371E'

red 113 ◦ green 55 ◦ blue 30

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

Shades of Peru Tan #71371E

Tints of Peru Tan #71371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 57.07%
G = 27.78%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71371E (or 0x71371E) is known color: Peru Tan. HEX triplet: 71, 37 and 1E. RGB value is (113,55,30). Sum of RGB (Red+Green+Blue) = 113+55+30=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #71371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71371E is #8EC8E1. Grayscale: #454545. Windows color (decimal): -9357538 or 1980273. OLE color: 1980273.

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

Color convert

RGB 113 55 30 -
CMYK 0 0.51 0.73 0.56
HSL 18.07º 0.58% 0.28% -
HSV(B) 18.07º 0.73% 0.44% -
XYZ 8.41 6.34 2.01 -
YUV 69.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 113 55 30 0 0.51 0.73 0.56 18.07 0.58 0.28
Hex 71 37 1E 0 33 49 38 12 3A 1C
Octal 161 67 36 0 63 111 70 22 72 34
Binary 1110001 110111 11110 0 110011 1001001 111000 10010 111010 11100

Color Harmonies of #71371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71371E

Black with #71371E

Text Example


Text Example

White with #71371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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