Html Css Color HEX #71391C Peru Tan

📋 copy color: '#71391C'

red 113 ◦ green 57 ◦ blue 28

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

Shades of Peru Tan #71391C

Tints of Peru Tan #71391C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.14%

R = 57.07%
G = 28.79%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71391C (or 0x71391C) is known color: Peru Tan. HEX triplet: 71, 39 and 1C. RGB value is (113,57,28). Sum of RGB (Red+Green+Blue) = 113+57+28=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #71391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71391C is #8EC6E3. Grayscale: #464646. Windows color (decimal): -9357028 or 1849713. OLE color: 1849713.

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

Color convert

RGB 113 57 28 -
CMYK 0 0.50 0.75 0.56
HSL 20.47º 0.6% 0.28% -
HSV(B) 20.47º 0.75% 0.44% -
XYZ 8.48 6.52 1.91 -
YUV 70.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 113 57 28 0 0.50 0.75 0.56 20.47 0.6 0.28
Hex 71 39 1C 0 32 4B 38 14 3C 1C
Octal 161 71 34 0 62 113 70 24 74 34
Binary 1110001 111001 11100 0 110010 1001011 111000 10100 111100 11100

Color Harmonies of #71391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71391C

Black with #71391C

Text Example


Text Example

White with #71391C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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