Html Css Color HEX #71390F Peru Tan

📋 copy color: '#71390F'

red 113 ◦ green 57 ◦ blue 15

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

Shades of Peru Tan #71390F

Tints of Peru Tan #71390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 61.08%
G = 30.81%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71390F (or 0x71390F) is known color: Peru Tan. HEX triplet: 71, 39 and 0F. RGB value is (113,57,15). Sum of RGB (Red+Green+Blue) = 113+57+15=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #71390F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71390F is #8EC6F0. Grayscale: #454545. Windows color (decimal): -9357041 or 997745. OLE color: 997745.

HSL color Cylindrical-coordinate representation of color #71390F: hue angle of 25.71º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71390F is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 57 15 -
CMYK 0 0.50 0.87 0.56
HSL 25.71º 0.77% 0.25% -
HSV(B) 25.71º 0.87% 0.44% -
XYZ 8.36 6.47 1.26 -
YUV 68.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 113 57 15 0 0.50 0.87 0.56 25.71 0.77 0.25
Hex 71 39 F 0 32 57 38 1A 4D 19
Octal 161 71 17 0 62 127 70 32 115 31
Binary 1110001 111001 1111 0 110010 1010111 111000 11010 1001101 11001

Color Harmonies of #71390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71390F

Black with #71390F

Text Example


Text Example

White with #71390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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