#763713

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

Shades of Peru Tan #763713

Tints of Peru Tan #763713

Color information

#763713 (or 0x763713) is unknown color: approx Peru Tan. HEX triplet: 76, 37 and 13. RGB value is (118,55,19). Sum of RGB (Red+Green+Blue) = 118+55+19=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #763713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763713 is #89C8EC. Grayscale: #454545. Windows color (decimal): -9029869 or 1259382. OLE color: 1259382.

HSL color Cylindrical-coordinate representation of color #763713: hue angle of 21.82º 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 #763713 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1185519-
CMYK00.530.840.54
HSL21.82º72.26%26.86%-
HSV(B)21.82º83.9%46.27%-
XYZ8.956.631.42-
YUV69.7399.37162.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 19 (7.81% from 255) = 9.90%
R=61.46%
G=28.65%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118551900.530.840.5421.8272.2626.86
Hex763713035543616481b
Octal1666723065124662611033
Binary1110110110111100110110101101010011011010110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763713; }

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

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

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

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

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

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

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

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