Html Css Color HEX #71360E Peru Tan

📋 copy color: '#71360E'

red 113 ◦ green 54 ◦ blue 14

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

Shades of Peru Tan #71360E

Tints of Peru Tan #71360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.83%

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

R = 62.43%
G = 29.83%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71360E (or 0x71360E) is known color: Peru Tan. HEX triplet: 71, 36 and 0E. RGB value is (113,54,14). Sum of RGB (Red+Green+Blue) = 113+54+14=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #71360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71360E is #8EC9F1. Grayscale: #434343. Windows color (decimal): -9357810 or 931441. OLE color: 931441.

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

Color convert

RGB 113 54 14 -
CMYK 0 0.52 0.88 0.56
HSL 24.24º 0.78% 0.25% -
HSV(B) 24.24º 0.88% 0.44% -
XYZ 8.21 6.18 1.18 -
YUV 67.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 113 54 14 0 0.52 0.88 0.56 24.24 0.78 0.25
Hex 71 36 E 0 34 58 38 18 4E 19
Octal 161 66 16 0 64 130 70 30 116 31
Binary 1110001 110110 1110 0 110100 1011000 111000 11000 1001110 11001

Color Harmonies of #71360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71360E

Black with #71360E

Text Example


Text Example

White with #71360E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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