#763116

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

Shades of Peru Tan #763116

Tints of Peru Tan #763116

Color information

#763116 (or 0x763116) is unknown color: approx Peru Tan. HEX triplet: 76, 31 and 16. RGB value is (118,49,22). Sum of RGB (Red+Green+Blue) = 118+49+22=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #763116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763116 is #89CEE9. Grayscale: #424242. Windows color (decimal): -9031402 or 1454454. OLE color: 1454454.

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

Color convert

RGB1184922-
CMYK00.580.810.54
HSL16.88º68.57%27.45%-
HSV(B)16.88º81.36%46.27%-
XYZ8.716.111.48-
YUV66.55102.86164.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.43%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=62.43%
G=25.93%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118492200.580.810.5416.8868.5727.45
Hex76311603A513611451b
Octal1666126072121662110533
Binary1110110110001101100111010101000111011010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763116; }

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

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

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

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

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

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

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

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