#763215

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

Shades of Peru Tan #763215

Tints of Peru Tan #763215

Color information

#763215 (or 0x763215) is unknown color: approx Peru Tan. HEX triplet: 76, 32 and 15. RGB value is (118,50,21). Sum of RGB (Red+Green+Blue) = 118+50+21=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #763215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763215 is #89CDEA. Grayscale: #434343. Windows color (decimal): -9031147 or 1389174. OLE color: 1389174.

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

Color convert

RGB1185021-
CMYK00.580.820.54
HSL17.94º69.78%27.25%-
HSV(B)17.94º82.2%46.27%-
XYZ8.756.191.44-
YUV67.03102.03164.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.43%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=62.43%
G=26.46%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118502100.580.820.5417.9469.7827.25
Hex76321503A523612461b
Octal1666225072122662210633
Binary1110110110010101010111010101001011011010010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763215; }

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

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

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

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

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

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

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

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