#743405

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

Shades of Peru Tan #743405

Tints of Peru Tan #743405

Color information

#743405 (or 0x743405) is unknown color: approx Peru Tan. HEX triplet: 74, 34 and 05. RGB value is (116,52,5). Sum of RGB (Red+Green+Blue) = 116+52+5=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #743405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743405 is #8BCBFA. Grayscale: #424242. Windows color (decimal): -9161723 or 341108. OLE color: 341108.

HSL color Cylindrical-coordinate representation of color #743405: hue angle of 25.41º 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 #743405 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB116525-
CMYK00.550.960.55
HSL25.41º91.74%23.73%-
HSV(B)25.41º95.69%45.49%-
XYZ8.466.180.89-
YUV65.7893.7163.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=67.05%
G=30.06%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11652500.550.960.5525.4191.7423.73
Hex743450376037195c18
Octal164645067140673113430
Binary11101001101001010110111110000011011111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743405; }

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

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

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

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

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

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

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

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