Html Css Color HEX #71300E Peru Tan

📋 copy color: '#71300E'

red 113 ◦ green 48 ◦ blue 14

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

Shades of Peru Tan #71300E

Tints of Peru Tan #71300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.43%

 BLUE value IS 14 (5.86% from 255) = 8%

R = 64.57%
G = 27.43%
B = 8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71300E (or 0x71300E) is known color: Peru Tan. HEX triplet: 71, 30 and 0E. RGB value is (113,48,14). Sum of RGB (Red+Green+Blue) = 113+48+14=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71300E is #8ECFF1. Grayscale: #3F3F3F. Windows color (decimal): -9359346 or 929905. OLE color: 929905.

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

Color convert

RGB 113 48 14 -
CMYK 0 0.58 0.88 0.56
HSL 20.61º 0.78% 0.25% -
HSV(B) 20.61º 0.88% 0.44% -
XYZ 7.95 5.66 1.09 -
YUV 63.56 100.03 163.26 -
System Red Green Blue C M Y K H S L
Decimal 113 48 14 0 0.58 0.88 0.56 20.61 0.78 0.25
Hex 71 30 E 0 3A 58 38 15 4E 19
Octal 161 60 16 0 72 130 70 25 116 31
Binary 1110001 110000 1110 0 111010 1011000 111000 10101 1001110 11001

Color Harmonies of #71300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71300E

Black with #71300E

Text Example


Text Example

White with #71300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,48,14); }

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

background-color css

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

 a { background-color: rgb(113,48,14); }

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

border-color css

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

 span { border-color: rgb(113,48,14); }

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