#76411E

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

Shades of Peru Tan #76411E

Tints of Peru Tan #76411E

Color information

#76411E (or 0x76411E) is unknown color: approx Peru Tan. HEX triplet: 76, 41 and 1E. RGB value is (118,65,30). Sum of RGB (Red+Green+Blue) = 118+65+30=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76411E is #89BEE1. Grayscale: #4D4D4D. Windows color (decimal): -9027298 or 1982838. OLE color: 1982838.

HSL color Cylindrical-coordinate representation of color #76411E: hue angle of 23.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76411E is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1186530-
CMYK00.450.750.54
HSL23.86º59.46%29.02%-
HSV(B)23.86º74.58%46.27%-
XYZ9.67.732.21-
YUV76.86101.56157.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=55.40%
G=30.52%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118653000.450.750.5423.8659.4629.02
Hex76411E02D4B36183b1d
Octal1661013605511366307335
Binary1110110100000111110010110110010111101101100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,65,30); }

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

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

 a { background-color: rgb(118,65,30); }

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

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

 span { border-color: rgb(118,65,30); }

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