#763515

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

Shades of Peru Tan #763515

Tints of Peru Tan #763515

Color information

#763515 (or 0x763515) is unknown color: approx Peru Tan. HEX triplet: 76, 35 and 15. RGB value is (118,53,21). Sum of RGB (Red+Green+Blue) = 118+53+21=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #763515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763515 is #89CAEA. Grayscale: #444444. Windows color (decimal): -9030379 or 1389942. OLE color: 1389942.

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

Color convert

RGB1185321-
CMYK00.550.820.54
HSL19.79º69.78%27.25%-
HSV(B)19.79º82.2%46.27%-
XYZ8.886.451.49-
YUV68.79101.03163.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 21 (8.59% from 255) = 10.94%
R=61.46%
G=27.60%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118532100.550.820.5419.7969.7827.25
Hex763515037523614461b
Octal1666525067122662410633
Binary1110110110101101010110111101001011011010100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763515; }

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

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

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

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

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

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

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

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