#762F16

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

Shades of Peru Tan #762F16

Tints of Peru Tan #762F16

Color information

#762F16 (or 0x762F16) is unknown color: approx Peru Tan. HEX triplet: 76, 2F and 16. RGB value is (118,47,22). Sum of RGB (Red+Green+Blue) = 118+47+22=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #762F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F16 is #89D0E9. Grayscale: #414141. Windows color (decimal): -9031914 or 1453942. OLE color: 1453942.

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

Color convert

RGB1184722-
CMYK00.600.810.54
HSL15.63º68.57%27.45%-
HSV(B)15.63º81.36%46.27%-
XYZ8.635.941.45-
YUV65.38103.52165.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.10%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=63.10%
G=25.13%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118472200.600.810.5415.6368.5727.45
Hex762F1603C513610451b
Octal1665726074121662010533
Binary1110110101111101100111100101000111011010000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762F16; }

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

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

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

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

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

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

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

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