#763A16

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

Shades of Peru Tan #763A16

Tints of Peru Tan #763A16

Color information

#763A16 (or 0x763A16) is unknown color: approx Peru Tan. HEX triplet: 76, 3A and 16. RGB value is (118,58,22). Sum of RGB (Red+Green+Blue) = 118+58+22=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #763A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763A16 is #89C5E9. Grayscale: #484848. Windows color (decimal): -9029098 or 1456758. OLE color: 1456758.

HSL color Cylindrical-coordinate representation of color #763A16: hue angle of 22.5º 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 #763A16 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1185822-
CMYK00.510.810.54
HSL22.5º68.57%27.45%-
HSV(B)22.5º81.36%46.27%-
XYZ9.136.941.62-
YUV71.8499.88160.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=59.60%
G=29.29%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118582200.510.810.5422.568.5727.45
Hex763A16033513616451b
Octal1667226063121662610533
Binary1110110111010101100110011101000111011010110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763A16; }

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

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

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

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

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

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

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

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