Html Css Color HEX #71341C Peru Tan

📋 copy color: '#71341C'

red 113 ◦ green 52 ◦ blue 28

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

Shades of Peru Tan #71341C

Tints of Peru Tan #71341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

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

R = 58.55%
G = 26.94%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71341C (or 0x71341C) is known color: Peru Tan. HEX triplet: 71, 34 and 1C. RGB value is (113,52,28). Sum of RGB (Red+Green+Blue) = 113+52+28=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #71341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71341C is #8ECBE3. Grayscale: #434343. Windows color (decimal): -9358308 or 1848433. OLE color: 1848433.

HSL color Cylindrical-coordinate representation of color #71341C: hue angle of 16.94º 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 #71341C is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 28 -
CMYK 0 0.54 0.75 0.56
HSL 16.94º 0.6% 0.28% -
HSV(B) 16.94º 0.75% 0.44% -
XYZ 8.25 6.05 1.83 -
YUV 67.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 113 52 28 0 0.54 0.75 0.56 16.94 0.6 0.28
Hex 71 34 1C 0 36 4B 38 11 3C 1C
Octal 161 64 34 0 66 113 70 21 74 34
Binary 1110001 110100 11100 0 110110 1001011 111000 10001 111100 11100

Color Harmonies of #71341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71341C

Black with #71341C

Text Example


Text Example

White with #71341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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