#763011

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

Shades of Peru Tan #763011

Tints of Peru Tan #763011

Color information

#763011 (or 0x763011) is unknown color: approx Peru Tan. HEX triplet: 76, 30 and 11. RGB value is (118,48,17). Sum of RGB (Red+Green+Blue) = 118+48+17=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #763011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763011 is #89CFEE. Grayscale: #414141. Windows color (decimal): -9031663 or 1126518. OLE color: 1126518.

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

Color convert

RGB1184817-
CMYK00.590.860.54
HSL18.42º74.81%26.47%-
HSV(B)18.42º85.59%46.27%-
XYZ8.636.011.23-
YUV65.4100.69165.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=64.48%
G=26.23%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118481700.590.860.5418.4274.8126.47
Hex76301103B5636124b1a
Octal1666021073126662211332
Binary1110110110000100010111011101011011011010010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763011; }

 p { color: rgb(118,48,17); }

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

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

 a { background-color: rgb(118,48,17); }

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

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

 span { border-color: rgb(118,48,17); }

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