#762E11

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

Shades of Peru Tan #762E11

Tints of Peru Tan #762E11

Color information

#762E11 (or 0x762E11) is unknown color: approx Peru Tan. HEX triplet: 76, 2E and 11. RGB value is (118,46,17). Sum of RGB (Red+Green+Blue) = 118+46+17=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #762E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762E11 is #89D1EE. Grayscale: #404040. Windows color (decimal): -9032175 or 1126006. OLE color: 1126006.

HSL color Cylindrical-coordinate representation of color #762E11: hue angle of 17.23º 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 #762E11 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1184617-
CMYK00.610.860.54
HSL17.23º74.81%26.47%-
HSV(B)17.23º85.59%46.27%-
XYZ8.555.851.21-
YUV64.22101.35166.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=65.19%
G=25.41%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118461700.610.860.5417.2374.8126.47
Hex762E1103D5636114b1a
Octal1665621075126662111332
Binary1110110101110100010111101101011011011010001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762E11; }

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

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

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

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

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

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

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

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