Html Css Color HEX #71371C Peru Tan

📋 copy color: '#71371C'

red 113 ◦ green 55 ◦ blue 28

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

Shades of Peru Tan #71371C

Tints of Peru Tan #71371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.29%

R = 57.65%
G = 28.06%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71371C (or 0x71371C) is known color: Peru Tan. HEX triplet: 71, 37 and 1C. RGB value is (113,55,28). Sum of RGB (Red+Green+Blue) = 113+55+28=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71371C is #8EC8E3. Grayscale: #454545. Windows color (decimal): -9357540 or 1849201. OLE color: 1849201.

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

Color convert

RGB 113 55 28 -
CMYK 0 0.51 0.75 0.56
HSL 19.06º 0.6% 0.28% -
HSV(B) 19.06º 0.75% 0.44% -
XYZ 8.39 6.33 1.88 -
YUV 69.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 113 55 28 0 0.51 0.75 0.56 19.06 0.6 0.28
Hex 71 37 1C 0 33 4B 38 13 3C 1C
Octal 161 67 34 0 63 113 70 23 74 34
Binary 1110001 110111 11100 0 110011 1001011 111000 10011 111100 11100

Color Harmonies of #71371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71371C

Black with #71371C

Text Example


Text Example

White with #71371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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