#76401F

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

Shades of Peru Tan #76401F

Tints of Peru Tan #76401F

Color information

#76401F (or 0x76401F) is unknown color: approx Peru Tan. HEX triplet: 76, 40 and 1F. RGB value is (118,64,31). Sum of RGB (Red+Green+Blue) = 118+64+31=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76401F is #89BFE0. Grayscale: #4C4C4C. Windows color (decimal): -9027553 or 2048118. OLE color: 2048118.

HSL color Cylindrical-coordinate representation of color #76401F: hue angle of 22.76º 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 #76401F is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1186431-
CMYK00.460.740.54
HSL22.76º58.39%29.22%-
HSV(B)22.76º73.73%46.27%-
XYZ9.557.622.26-
YUV76.38102.39157.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 31 (12.5% from 255) = 14.55%
R=55.40%
G=30.05%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118643100.460.740.5422.7658.3929.22
Hex76401F02E4A36173a1d
Octal1661003705611266277235
Binary1110110100000011111010111010010101101101011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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