#743916

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

Shades of Peru Tan #743916

Tints of Peru Tan #743916

Color information

#743916 (or 0x743916) is unknown color: approx Peru Tan. HEX triplet: 74, 39 and 16. RGB value is (116,57,22). Sum of RGB (Red+Green+Blue) = 116+57+22=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #743916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743916 is #8BC6E9. Grayscale: #464646. Windows color (decimal): -9160426 or 1456500. OLE color: 1456500.

HSL color Cylindrical-coordinate representation of color #743916: hue angle of 22.34º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #743916 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1165722-
CMYK00.510.810.55
HSL22.34º68.12%27.06%-
HSV(B)22.34º81.03%45.49%-
XYZ8.816.71.59-
YUV70.65100.55160.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.49%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=59.49%
G=29.23%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116572200.510.810.5522.3468.1227.06
Hex743916033513716441b
Octal1647126063121672610433
Binary1110100111001101100110011101000111011110110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743916; }

 p { color: rgb(116,57,22); }

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

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

 a { background-color: rgb(116,57,22); }

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

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

 span { border-color: rgb(116,57,22); }

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