Html Css Color HEX #71380E Peru Tan

📋 copy color: '#71380E'

red 113 ◦ green 56 ◦ blue 14

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

Shades of Peru Tan #71380E

Tints of Peru Tan #71380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.6%

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

R = 61.75%
G = 30.6%
B = 7.65%

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

#71380E (or 0x71380E) is known color: Peru Tan. HEX triplet: 71, 38 and 0E. RGB value is (113,56,14). Sum of RGB (Red+Green+Blue) = 113+56+14=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #71380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71380E is #8EC7F1. Grayscale: #444444. Windows color (decimal): -9357298 or 931953. OLE color: 931953.

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

Color convert

RGB 113 56 14 -
CMYK 0 0.50 0.88 0.56
HSL 25.45º 0.78% 0.25% -
HSV(B) 25.45º 0.88% 0.44% -
XYZ 8.3 6.37 1.21 -
YUV 68.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 113 56 14 0 0.50 0.88 0.56 25.45 0.78 0.25
Hex 71 38 E 0 32 58 38 19 4E 19
Octal 161 70 16 0 62 130 70 31 116 31
Binary 1110001 111000 1110 0 110010 1011000 111000 11001 1001110 11001

Color Harmonies of #71380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71380E

Black with #71380E

Text Example


Text Example

White with #71380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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