#763715

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

Shades of Peru Tan #763715

Tints of Peru Tan #763715

Color information

#763715 (or 0x763715) is unknown color: approx Peru Tan. HEX triplet: 76, 37 and 15. RGB value is (118,55,21). Sum of RGB (Red+Green+Blue) = 118+55+21=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #763715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763715 is #89C8EA. Grayscale: #464646. Windows color (decimal): -9029867 or 1390454. OLE color: 1390454.

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

Color convert

RGB1185521-
CMYK00.530.820.54
HSL21.03º69.78%27.25%-
HSV(B)21.03º82.2%46.27%-
XYZ8.976.641.52-
YUV69.96100.37162.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=60.82%
G=28.35%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118552100.530.820.5421.0369.7827.25
Hex763715035523615461b
Octal1666725065122662510633
Binary1110110110111101010110101101001011011010101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763715; }

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

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

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

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

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

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

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

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