#743009

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

Shades of Peru Tan #743009

Tints of Peru Tan #743009

Color information

#743009 (or 0x743009) is unknown color: approx Peru Tan. HEX triplet: 74, 30 and 09. RGB value is (116,48,9). Sum of RGB (Red+Green+Blue) = 116+48+9=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #743009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743009 is #8BCFF6. Grayscale: #404040. Windows color (decimal): -9162743 or 602228. OLE color: 602228.

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

Color convert

RGB116489-
CMYK00.590.920.55
HSL21.87º85.6%24.51%-
HSV(B)21.87º92.24%45.49%-
XYZ8.315.850.95-
YUV63.8997.03165.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 9 (3.91% from 255) = 5.20%
R=67.05%
G=27.75%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11648900.590.920.5521.8785.624.51
Hex7430903B5C37165619
Octal1646011073134672612631
Binary111010011000010010111011101110011011110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743009; }

 p { color: rgb(116,48,9); }

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

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

 a { background-color: rgb(116,48,9); }

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

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

 span { border-color: rgb(116,48,9); }

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