#762D13

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

Shades of Peru Tan #762D13

Tints of Peru Tan #762D13

Color information

#762D13 (or 0x762D13) is unknown color: approx Peru Tan. HEX triplet: 76, 2D and 13. RGB value is (118,45,19). Sum of RGB (Red+Green+Blue) = 118+45+19=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #762D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D13 is #89D2EC. Grayscale: #404040. Windows color (decimal): -9032429 or 1256822. OLE color: 1256822.

HSL color Cylindrical-coordinate representation of color #762D13: hue angle of 15.76º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #762D13 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1184519-
CMYK00.620.840.54
HSL15.76º72.26%26.86%-
HSV(B)15.76º83.9%46.27%-
XYZ8.535.781.28-
YUV63.86102.68166.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.84%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 19 (7.81% from 255) = 10.44%
R=64.84%
G=24.73%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118451900.620.840.5415.7672.2626.86
Hex762D1303E543610481b
Octal1665523076124662011033
Binary1110110101101100110111110101010011011010000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,45,19); }

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

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

 a { background-color: rgb(118,45,19); }

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

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

 span { border-color: rgb(118,45,19); }

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