#76411D

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

Shades of Peru Tan #76411D

Tints of Peru Tan #76411D

Color information

#76411D (or 0x76411D) is unknown color: approx Peru Tan. HEX triplet: 76, 41 and 1D. RGB value is (118,65,29). Sum of RGB (Red+Green+Blue) = 118+65+29=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76411D is #89BEE2. Grayscale: #4C4C4C. Windows color (decimal): -9027299 or 1917302. OLE color: 1917302.

HSL color Cylindrical-coordinate representation of color #76411D: hue angle of 24.27º degrees, saturation: 0.61, 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 #76411D is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1186529-
CMYK00.450.750.54
HSL24.27º60.54%28.82%-
HSV(B)24.27º75.42%46.27%-
XYZ9.587.722.15-
YUV76.74101.06157.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 29 (11.72% from 255) = 13.68%
R=55.66%
G=30.66%
B=13.68%

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
Decimal118652900.450.750.5424.2760.5428.82
Hex76411D02D4B36183d1d
Octal1661013505511366307535
Binary1110110100000111101010110110010111101101100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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