#763D16

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

Shades of Peru Tan #763D16

Tints of Peru Tan #763D16

Color information

#763D16 (or 0x763D16) is unknown color: approx Peru Tan. HEX triplet: 76, 3D and 16. RGB value is (118,61,22). Sum of RGB (Red+Green+Blue) = 118+61+22=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #763D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763D16 is #89C2E9. Grayscale: #494949. Windows color (decimal): -9028330 or 1457526. OLE color: 1457526.

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

Color convert

RGB1186122-
CMYK00.480.810.54
HSL24.38º68.57%27.45%-
HSV(B)24.38º81.36%46.27%-
XYZ9.287.251.67-
YUV73.698.88159.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 61 (24.22% from 255) = 30.35%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=58.71%
G=30.35%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118612200.480.810.5424.3868.5727.45
Hex763D16030513618451b
Octal1667526060121663010533
Binary1110110111101101100110000101000111011011000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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