Html Css Color HEX #71310A Peru Tan

📋 copy color: '#71310A'

red 113 ◦ green 49 ◦ blue 10

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

Shades of Peru Tan #71310A

Tints of Peru Tan #71310A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.81%

R = 65.7%
G = 28.49%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#71310A (or 0x71310A) is known color: Peru Tan. HEX triplet: 71, 31 and 0A. RGB value is (113,49,10). Sum of RGB (Red+Green+Blue) = 113+49+10=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #71310A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71310A is #8ECEF5. Grayscale: #3F3F3F. Windows color (decimal): -9359094 or 668017. OLE color: 668017.

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

Color convert

RGB 113 49 10 -
CMYK 0 0.57 0.91 0.56
HSL 22.72º 0.84% 0.24% -
HSV(B) 22.72º 0.91% 0.44% -
XYZ 7.96 5.73 0.97 -
YUV 63.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 113 49 10 0 0.57 0.91 0.56 22.72 0.84 0.24
Hex 71 31 A 0 39 5B 38 17 54 18
Octal 161 61 12 0 71 133 70 27 124 30
Binary 1110001 110001 1010 0 111001 1011011 111000 10111 1010100 11000

Color Harmonies of #71310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71310A

Black with #71310A

Text Example


Text Example

White with #71310A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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