#763416

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

Shades of Peru Tan #763416

Tints of Peru Tan #763416

Color information

#763416 (or 0x763416) is unknown color: approx Peru Tan. HEX triplet: 76, 34 and 16. RGB value is (118,52,22). Sum of RGB (Red+Green+Blue) = 118+52+22=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #763416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763416 is #89CBE9. Grayscale: #444444. Windows color (decimal): -9030634 or 1455222. OLE color: 1455222.

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

Color convert

RGB1185222-
CMYK00.560.810.54
HSL18.75º68.57%27.45%-
HSV(B)18.75º81.36%46.27%-
XYZ8.846.371.52-
YUV68.31101.87163.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=61.46%
G=27.08%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118522200.560.810.5418.7568.5727.45
Hex763416038513613451b
Octal1666426070121662310533
Binary1110110110100101100111000101000111011010011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763416; }

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

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

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

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

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

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

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

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