#763513

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

Shades of Peru Tan #763513

Tints of Peru Tan #763513

Color information

#763513 (or 0x763513) is unknown color: approx Peru Tan. HEX triplet: 76, 35 and 13. RGB value is (118,53,19). Sum of RGB (Red+Green+Blue) = 118+53+19=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #763513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763513 is #89CAEC. Grayscale: #444444. Windows color (decimal): -9030381 or 1258870. OLE color: 1258870.

HSL color Cylindrical-coordinate representation of color #763513: hue angle of 20.61º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #763513 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1185319-
CMYK00.550.840.54
HSL20.61º72.26%26.86%-
HSV(B)20.61º83.9%46.27%-
XYZ8.866.441.39-
YUV68.56100.03163.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 19 (7.81% from 255) = 10%
R=62.11%
G=27.89%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118531900.550.840.5420.6172.2626.86
Hex763513037543615481b
Octal1666523067124662511033
Binary1110110110101100110110111101010011011010101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763513; }

 p { color: rgb(118,53,19); }

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

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

 a { background-color: rgb(118,53,19); }

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

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

 span { border-color: rgb(118,53,19); }

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