Html Css Color HEX #71391E Peru Tan

📋 copy color: '#71391E'

red 113 ◦ green 57 ◦ blue 30

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

Shades of Peru Tan #71391E

Tints of Peru Tan #71391E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15%

R = 56.5%
G = 28.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71391E (or 0x71391E) is known color: Peru Tan. HEX triplet: 71, 39 and 1E. RGB value is (113,57,30). Sum of RGB (Red+Green+Blue) = 113+57+30=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #71391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71391E is #8EC6E1. Grayscale: #464646. Windows color (decimal): -9357026 or 1980785. OLE color: 1980785.

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

Color convert

RGB 113 57 30 -
CMYK 0 0.50 0.73 0.56
HSL 19.52º 0.58% 0.28% -
HSV(B) 19.52º 0.73% 0.44% -
XYZ 8.51 6.53 2.04 -
YUV 70.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 113 57 30 0 0.50 0.73 0.56 19.52 0.58 0.28
Hex 71 39 1E 0 32 49 38 14 3A 1C
Octal 161 71 36 0 62 111 70 24 72 34
Binary 1110001 111001 11110 0 110010 1001001 111000 10100 111010 11100

Color Harmonies of #71391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71391E

Black with #71391E

Text Example


Text Example

White with #71391E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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