#763B15

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

Shades of Peru Tan #763B15

Tints of Peru Tan #763B15

Color information

#763B15 (or 0x763B15) is unknown color: approx Peru Tan. HEX triplet: 76, 3B and 15. RGB value is (118,59,21). Sum of RGB (Red+Green+Blue) = 118+59+21=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #763B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763B15 is #89C4EA. Grayscale: #484848. Windows color (decimal): -9028843 or 1391478. OLE color: 1391478.

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

Color convert

RGB1185921-
CMYK00.500.820.54
HSL23.51º69.78%27.25%-
HSV(B)23.51º82.2%46.27%-
XYZ9.177.031.58-
YUV72.3199.05160.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 21 (8.59% from 255) = 10.61%
R=59.60%
G=29.80%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118592100.500.820.5423.5169.7827.25
Hex763B15032523618461b
Octal1667325062122663010633
Binary1110110111011101010110010101001011011011000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763B15; }

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

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

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

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

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

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

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

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