#742D09

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

Shades of Peru Tan #742D09

Tints of Peru Tan #742D09

Color information

#742D09 (or 0x742D09) is unknown color: approx Peru Tan. HEX triplet: 74, 2D and 09. RGB value is (116,45,9). Sum of RGB (Red+Green+Blue) = 116+45+9=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #742D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742D09 is #8BD2F6. Grayscale: #3E3E3E. Windows color (decimal): -9163511 or 601460. OLE color: 601460.

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

Color convert

RGB116459-
CMYK00.610.920.55
HSL20.19º85.6%24.51%-
HSV(B)20.19º92.24%45.49%-
XYZ8.195.610.91-
YUV62.1298.02166.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 68.24%
GREEN value IS 45 (17.97% from 255) = 26.47%
BLUE value IS 9 (3.91% from 255) = 5.29%
R=68.24%
G=26.47%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11645900.610.920.5520.1985.624.51
Hex742D903D5C37145619
Octal1645511075134672412631
Binary111010010110110010111101101110011011110100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742D09; }

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

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

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

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

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

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

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

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