Html Css Color HEX #71401C Peru Tan

📋 copy color: '#71401C'

red 113 ◦ green 64 ◦ blue 28

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

Shades of Peru Tan #71401C

Tints of Peru Tan #71401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

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

R = 55.12%
G = 31.22%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71401C (or 0x71401C) is known color: Peru Tan. HEX triplet: 71, 40 and 1C. RGB value is (113,64,28). Sum of RGB (Red+Green+Blue) = 113+64+28=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #71401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71401C is #8EBFE3. Grayscale: #4A4A4A. Windows color (decimal): -9355236 or 1851505. OLE color: 1851505.

HSL color Cylindrical-coordinate representation of color #71401C: hue angle of 25.41º 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 #71401C is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 28 -
CMYK 0 0.43 0.75 0.56
HSL 25.41º 0.6% 0.28% -
HSV(B) 25.41º 0.75% 0.44% -
XYZ 8.85 7.26 2.03 -
YUV 74.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 113 64 28 0 0.43 0.75 0.56 25.41 0.6 0.28
Hex 71 40 1C 0 2B 4B 38 19 3C 1C
Octal 161 100 34 0 53 113 70 31 74 34
Binary 1110001 1000000 11100 0 101011 1001011 111000 11001 111100 11100

Color Harmonies of #71401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71401C

Black with #71401C

Text Example


Text Example

White with #71401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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