#76421F

Color #76421F Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #76421F

Tints of Peru Tan #76421F

Color information

#76421F (or 0x76421F) is unknown color: approx Peru Tan. HEX triplet: 76, 42 and 1F. RGB value is (118,66,31). Sum of RGB (Red+Green+Blue) = 118+66+31=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76421F is #89BDE0. Grayscale: #4D4D4D. Windows color (decimal): -9027041 or 2048630. OLE color: 2048630.

HSL color Cylindrical-coordinate representation of color #76421F: hue angle of 24.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76421F is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1186631-
CMYK00.440.740.54
HSL24.14º58.39%29.22%-
HSV(B)24.14º73.73%46.27%-
XYZ9.677.852.3-
YUV77.56101.73156.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 31 (12.5% from 255) = 14.42%
R=54.88%
G=30.70%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118663100.440.740.5424.1458.3929.22
Hex76421F02C4A36183a1d
Octal1661023705411266307235
Binary1110110100001011111010110010010101101101100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76421F; }

 p { color: rgb(118,66,31); }

 H1.HeaderClassName
 {
   color: #76421F;
 }
 .AnyTagClassName
 {
   color: #76421F;
 }
</style>
background-color css

<style>
 a { background-color: #76421F; }

 a { background-color: rgb(118,66,31); }

 div.DivClassName
 {
   background-color: #76421F;
 }
 .BgClassName
 {
   background-color: #76421F;
 }
</style>
border-color css

<style>
 span { border-color: #76421F; }

 span { border-color: rgb(118,66,31); }

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