Html Css Color HEX #71421E Peru Tan

📋 copy color: '#71421E'

red 113 ◦ green 66 ◦ blue 30

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

Shades of Peru Tan #71421E

Tints of Peru Tan #71421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.58%

 BLUE value IS 30 (12.11% from 255) = 14.35%

R = 54.07%
G = 31.58%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71421E (or 0x71421E) is known color: Peru Tan. HEX triplet: 71, 42 and 1E. RGB value is (113,66,30). Sum of RGB (Red+Green+Blue) = 113+66+30=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71421E is #8EBDE1. Grayscale: #4C4C4C. Windows color (decimal): -9354722 or 1983089. OLE color: 1983089.

HSL color Cylindrical-coordinate representation of color #71421E: hue angle of 26.02º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71421E is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 66 30 -
CMYK 0 0.42 0.73 0.56
HSL 26.02º 0.58% 0.28% -
HSV(B) 26.02º 0.73% 0.44% -
XYZ 8.99 7.5 2.2 -
YUV 75.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 113 66 30 0 0.42 0.73 0.56 26.02 0.58 0.28
Hex 71 42 1E 0 2A 49 38 1A 3A 1C
Octal 161 102 36 0 52 111 70 32 72 34
Binary 1110001 1000010 11110 0 101010 1001001 111000 11010 111010 11100

Color Harmonies of #71421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71421E

Black with #71421E

Text Example


Text Example

White with #71421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,66,30); }

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

background-color css

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

 a { background-color: rgb(113,66,30); }

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

border-color css

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

 span { border-color: rgb(113,66,30); }

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