#742B09

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

Shades of Peru Tan #742B09

Tints of Peru Tan #742B09

Color information

#742B09 (or 0x742B09) is unknown color: approx Peru Tan. HEX triplet: 74, 2B and 09. RGB value is (116,43,9). Sum of RGB (Red+Green+Blue) = 116+43+9=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #742B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742B09 is #8BD4F6. Grayscale: #3D3D3D. Windows color (decimal): -9164023 or 600948. OLE color: 600948.

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

Color convert

RGB116439-
CMYK00.630.920.55
HSL19.07º85.6%24.51%-
HSV(B)19.07º92.24%45.49%-
XYZ8.125.460.88-
YUV60.9598.68167.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.05%
GREEN value IS 43 (17.19% from 255) = 25.60%
BLUE value IS 9 (3.91% from 255) = 5.36%
R=69.05%
G=25.60%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11643900.630.920.5519.0785.624.51
Hex742B903F5C37135619
Octal1645311077134672312631
Binary111010010101110010111111101110011011110011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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