#762F15

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

Shades of Peru Tan #762F15

Tints of Peru Tan #762F15

Color information

#762F15 (or 0x762F15) is unknown color: approx Peru Tan. HEX triplet: 76, 2F and 15. RGB value is (118,47,21). Sum of RGB (Red+Green+Blue) = 118+47+21=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #762F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F15 is #89D0EA. Grayscale: #414141. Windows color (decimal): -9031915 or 1388406. OLE color: 1388406.

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

Color convert

RGB1184721-
CMYK00.600.820.54
HSL16.08º69.78%27.25%-
HSV(B)16.08º82.2%46.27%-
XYZ8.625.941.4-
YUV65.26103.02165.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.44%
GREEN value IS 47 (18.75% from 255) = 25.27%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=63.44%
G=25.27%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118472100.600.820.5416.0869.7827.25
Hex762F1503C523610461b
Octal1665725074122662010633
Binary1110110101111101010111100101001011011010000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762F15; }

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

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

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

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

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

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

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

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