#743D15

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

Shades of Peru Tan #743D15

Tints of Peru Tan #743D15

Color information

#743D15 (or 0x743D15) is unknown color: approx Peru Tan. HEX triplet: 74, 3D and 15. RGB value is (116,61,21). Sum of RGB (Red+Green+Blue) = 116+61+21=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #743D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743D15 is #8BC2EA. Grayscale: #494949. Windows color (decimal): -9159403 or 1391988. OLE color: 1391988.

HSL color Cylindrical-coordinate representation of color #743D15: hue angle of 25.26º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #743D15 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1166121-
CMYK00.470.820.55
HSL25.26º69.34%26.86%-
HSV(B)25.26º81.9%45.49%-
XYZ9.017.11.61-
YUV72.8898.72158.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.59%
GREEN value IS 61 (24.22% from 255) = 30.81%
BLUE value IS 21 (8.59% from 255) = 10.61%
R=58.59%
G=30.81%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116612100.470.820.5525.2669.3426.86
Hex743D1502F523719451b
Octal1647525057122673110533
Binary1110100111101101010101111101001011011111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743D15; }

 p { color: rgb(116,61,21); }

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

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

 a { background-color: rgb(116,61,21); }

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

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

 span { border-color: rgb(116,61,21); }

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