#76431B

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

Shades of Peru Tan #76431B

Tints of Peru Tan #76431B

Color information

#76431B (or 0x76431B) is unknown color: approx Peru Tan. HEX triplet: 76, 43 and 1B. RGB value is (118,67,27). Sum of RGB (Red+Green+Blue) = 118+67+27=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76431B is #89BCE4. Grayscale: #4D4D4D. Windows color (decimal): -9026789 or 1786742. OLE color: 1786742.

HSL color Cylindrical-coordinate representation of color #76431B: hue angle of 26.37º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76431B is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1186727-
CMYK00.430.770.54
HSL26.37º62.76%28.43%-
HSV(B)26.37º77.12%46.27%-
XYZ9.687.942.06-
YUV77.6999.4156.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=55.66%
G=31.60%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118672700.430.770.5426.3762.7628.43
Hex76431B02B4D361a3f1c
Octal1661033305311566327734
Binary1110110100001111011010101110011011101101101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76431B; }

 p { color: rgb(118,67,27); }

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

<style>
 a { background-color: #76431B; }

 a { background-color: rgb(118,67,27); }

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

<style>
 span { border-color: #76431B; }

 span { border-color: rgb(118,67,27); }

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