#742D06

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

Shades of Peru Tan #742D06

Tints of Peru Tan #742D06

Color information

#742D06 (or 0x742D06) is unknown color: approx Peru Tan. HEX triplet: 74, 2D and 06. RGB value is (116,45,6). Sum of RGB (Red+Green+Blue) = 116+45+6=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #742D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742D06 is #8BD2F9. Grayscale: #3E3E3E. Windows color (decimal): -9163514 or 404852. OLE color: 404852.

HSL color Cylindrical-coordinate representation of color #742D06: hue angle of 21.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #742D06 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB116456-
CMYK00.610.950.55
HSL21.27º90.16%23.92%-
HSV(B)21.27º94.83%45.49%-
XYZ8.175.60.82-
YUV61.7896.52166.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.46%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 6 (2.73% from 255) = 3.59%
R=69.46%
G=26.95%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11645600.610.950.5521.2790.1623.92
Hex742D603D5F37155a18
Octal164556075137672513230
Binary11101001011011100111101101111111011110101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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