#743105

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

Shades of Peru Tan #743105

Tints of Peru Tan #743105

Color information

#743105 (or 0x743105) is unknown color: approx Peru Tan. HEX triplet: 74, 31 and 05. RGB value is (116,49,5). Sum of RGB (Red+Green+Blue) = 116+49+5=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #743105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743105 is #8BCEFA. Grayscale: #404040. Windows color (decimal): -9162491 or 340340. OLE color: 340340.

HSL color Cylindrical-coordinate representation of color #743105: hue angle of 23.78º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #743105 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB116495-
CMYK00.580.960.55
HSL23.78º91.74%23.73%-
HSV(B)23.78º95.69%45.49%-
XYZ8.335.920.85-
YUV64.0294.7165.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 68.24%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=68.24%
G=28.82%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11649500.580.960.5523.7891.7423.73
Hex7431503A6037185c18
Octal164615072140673013430
Binary11101001100011010111010110000011011111000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743105; }

 p { color: rgb(116,49,5); }

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

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

 a { background-color: rgb(116,49,5); }

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

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

 span { border-color: rgb(116,49,5); }

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