Html Css Color HEX #71390E Peru Tan

📋 copy color: '#71390E'

red 113 ◦ green 57 ◦ blue 14

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

Shades of Peru Tan #71390E

Tints of Peru Tan #71390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.98%

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

R = 61.41%
G = 30.98%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71390E (or 0x71390E) is known color: Peru Tan. HEX triplet: 71, 39 and 0E. RGB value is (113,57,14). Sum of RGB (Red+Green+Blue) = 113+57+14=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #71390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71390E is #8EC6F1. Grayscale: #454545. Windows color (decimal): -9357042 or 932209. OLE color: 932209.

HSL color Cylindrical-coordinate representation of color #71390E: hue angle of 26.06º 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 #71390E is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 57 14 -
CMYK 0 0.50 0.88 0.56
HSL 26.06º 0.78% 0.25% -
HSV(B) 26.06º 0.88% 0.44% -
XYZ 8.35 6.47 1.22 -
YUV 68.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 113 57 14 0 0.50 0.88 0.56 26.06 0.78 0.25
Hex 71 39 E 0 32 58 38 1A 4E 19
Octal 161 71 16 0 62 130 70 32 116 31
Binary 1110001 111001 1110 0 110010 1011000 111000 11010 1001110 11001

Color Harmonies of #71390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71390E

Black with #71390E

Text Example


Text Example

White with #71390E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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