Html Css Color HEX #71310C Peru Tan

📋 copy color: '#71310C'

red 113 ◦ green 49 ◦ blue 12

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

Shades of Peru Tan #71310C

Tints of Peru Tan #71310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.16%

 BLUE value IS 12 (5.08% from 255) = 6.9%

R = 64.94%
G = 28.16%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71310C (or 0x71310C) is known color: Peru Tan. HEX triplet: 71, 31 and 0C. RGB value is (113,49,12). Sum of RGB (Red+Green+Blue) = 113+49+12=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #71310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71310C is #8ECEF3. Grayscale: #404040. Windows color (decimal): -9359092 or 799089. OLE color: 799089.

HSL color Cylindrical-coordinate representation of color #71310C: hue angle of 21.98º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71310C is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 12 -
CMYK 0 0.57 0.89 0.56
HSL 21.98º 0.81% 0.25% -
HSV(B) 21.98º 0.89% 0.44% -
XYZ 7.97 5.73 1.03 -
YUV 63.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 113 49 12 0 0.57 0.89 0.56 21.98 0.81 0.25
Hex 71 31 C 0 39 59 38 16 51 19
Octal 161 61 14 0 71 131 70 26 121 31
Binary 1110001 110001 1100 0 111001 1011001 111000 10110 1010001 11001

Color Harmonies of #71310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71310C

Black with #71310C

Text Example


Text Example

White with #71310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,49,12); }

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

background-color css

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

 a { background-color: rgb(113,49,12); }

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

border-color css

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

 span { border-color: rgb(113,49,12); }

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