#763316

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

Shades of Peru Tan #763316

Tints of Peru Tan #763316

Color information

#763316 (or 0x763316) is unknown color: approx Peru Tan. HEX triplet: 76, 33 and 16. RGB value is (118,51,22). Sum of RGB (Red+Green+Blue) = 118+51+22=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #763316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763316 is #89CCE9. Grayscale: #434343. Windows color (decimal): -9030890 or 1454966. OLE color: 1454966.

HSL color Cylindrical-coordinate representation of color #763316: hue angle of 18.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #763316 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1185122-
CMYK00.570.810.54
HSL18.12º68.57%27.45%-
HSV(B)18.12º81.36%46.27%-
XYZ8.86.281.51-
YUV67.73102.2163.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=61.78%
G=26.70%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118512200.570.810.5418.1268.5727.45
Hex763316039513612451b
Octal1666326071121662210533
Binary1110110110011101100111001101000111011010010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763316; }

 p { color: rgb(118,51,22); }

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

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

 a { background-color: rgb(118,51,22); }

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

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

 span { border-color: rgb(118,51,22); }

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