#742809

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

Shades of Peru Tan #742809

Tints of Peru Tan #742809

Color information

#742809 (or 0x742809) is unknown color: approx Peru Tan. HEX triplet: 74, 28 and 09. RGB value is (116,40,9). Sum of RGB (Red+Green+Blue) = 116+40+9=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #742809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742809 is #8BD7F6. Grayscale: #3B3B3B. Windows color (decimal): -9164791 or 600180. OLE color: 600180.

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

Color convert

RGB116409-
CMYK00.660.920.55
HSL17.38º85.6%24.51%-
HSV(B)17.38º92.24%45.49%-
XYZ8.015.250.85-
YUV59.1999.68168.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 70.30%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=70.30%
G=24.24%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11640900.660.920.5517.3885.624.51
Hex742890425C37115619
Octal16450110102134672112631
Binary1110100101000100101000010101110011011110001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742809; }

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

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

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

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

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

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

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

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