#743305

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

Shades of Peru Tan #743305

Tints of Peru Tan #743305

Color information

#743305 (or 0x743305) is unknown color: approx Peru Tan. HEX triplet: 74, 33 and 05. RGB value is (116,51,5). Sum of RGB (Red+Green+Blue) = 116+51+5=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #743305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743305 is #8BCCFA. Grayscale: #414141. Windows color (decimal): -9161979 or 340852. OLE color: 340852.

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

Color convert

RGB116515-
CMYK00.560.960.55
HSL24.86º91.74%23.73%-
HSV(B)24.86º95.69%45.49%-
XYZ8.416.090.88-
YUV65.1994.03164.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.44%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=67.44%
G=29.65%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11651500.560.960.5524.8691.7423.73
Hex743350386037195c18
Octal164635070140673113430
Binary11101001100111010111000110000011011111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743305; }

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

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

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

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

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

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

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

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