#762C10

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

Shades of Peru Tan #762C10

Tints of Peru Tan #762C10

Color information

#762C10 (or 0x762C10) is unknown color: approx Peru Tan. HEX triplet: 76, 2C and 10. RGB value is (118,44,16). Sum of RGB (Red+Green+Blue) = 118+44+16=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #762C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C10 is #89D3EF. Grayscale: #3F3F3F. Windows color (decimal): -9032688 or 1059958. OLE color: 1059958.

HSL color Cylindrical-coordinate representation of color #762C10: hue angle of 16.47º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #762C10 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1184416-
CMYK00.630.860.54
HSL16.47º76.12%26.27%-
HSV(B)16.47º86.44%46.27%-
XYZ8.475.691.14-
YUV62.93101.52167.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.29%
GREEN value IS 44 (17.58% from 255) = 24.72%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=66.29%
G=24.72%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118441600.630.860.5416.4776.1226.27
Hex762C1003F5636104c1a
Octal1665420077126662011432
Binary1110110101100100000111111101011011011010000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,44,16); }

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

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

 a { background-color: rgb(118,44,16); }

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

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

 span { border-color: rgb(118,44,16); }

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