#762E15

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

Shades of Peru Tan #762E15

Tints of Peru Tan #762E15

Color information

#762E15 (or 0x762E15) is unknown color: approx Peru Tan. HEX triplet: 76, 2E and 15. RGB value is (118,46,21). Sum of RGB (Red+Green+Blue) = 118+46+21=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #762E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762E15 is #89D1EA. Grayscale: #404040. Windows color (decimal): -9032171 or 1388150. OLE color: 1388150.

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

Color convert

RGB1184621-
CMYK00.610.820.54
HSL15.46º69.78%27.25%-
HSV(B)15.46º82.2%46.27%-
XYZ8.585.861.39-
YUV64.68103.35166.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.78%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=63.78%
G=24.86%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118462100.610.820.5415.4669.7827.25
Hex762E1503D5236f461b
Octal1665625075122661710633
Binary111011010111010101011110110100101101101111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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