Html Css Color HEX #71401A Peru Tan

📋 copy color: '#71401A'

red 113 ◦ green 64 ◦ blue 26

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

Shades of Peru Tan #71401A

Tints of Peru Tan #71401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 55.67%
G = 31.53%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71401A (or 0x71401A) is known color: Peru Tan. HEX triplet: 71, 40 and 1A. RGB value is (113,64,26). Sum of RGB (Red+Green+Blue) = 113+64+26=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #71401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71401A is #8EBFE5. Grayscale: #4A4A4A. Windows color (decimal): -9355238 or 1720433. OLE color: 1720433.

HSL color Cylindrical-coordinate representation of color #71401A: hue angle of 26.21º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71401A is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 26 -
CMYK 0 0.43 0.77 0.56
HSL 26.21º 0.63% 0.27% -
HSV(B) 26.21º 0.77% 0.44% -
XYZ 8.83 7.25 1.91 -
YUV 74.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 113 64 26 0 0.43 0.77 0.56 26.21 0.63 0.27
Hex 71 40 1A 0 2B 4D 38 1A 3F 1B
Octal 161 100 32 0 53 115 70 32 77 33
Binary 1110001 1000000 11010 0 101011 1001101 111000 11010 111111 11011

Color Harmonies of #71401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71401A

Black with #71401A

Text Example


Text Example

White with #71401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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