#763411

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

Shades of Peru Tan #763411

Tints of Peru Tan #763411

Color information

#763411 (or 0x763411) is unknown color: approx Peru Tan. HEX triplet: 76, 34 and 11. RGB value is (118,52,17). Sum of RGB (Red+Green+Blue) = 118+52+17=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #763411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763411 is #89CBEE. Grayscale: #434343. Windows color (decimal): -9030639 or 1127542. OLE color: 1127542.

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

Color convert

RGB1185217-
CMYK00.560.860.54
HSL20.79º74.81%26.47%-
HSV(B)20.79º85.59%46.27%-
XYZ8.86.351.29-
YUV67.7499.37163.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.10%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=63.10%
G=27.81%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118521700.560.860.5420.7974.8126.47
Hex7634110385636154b1a
Octal1666421070126662511332
Binary1110110110100100010111000101011011011010101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763411; }

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

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

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

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

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

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

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

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