#742B07

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

Shades of Peru Tan #742B07

Tints of Peru Tan #742B07

Color information

#742B07 (or 0x742B07) is unknown color: approx Peru Tan. HEX triplet: 74, 2B and 07. RGB value is (116,43,7). Sum of RGB (Red+Green+Blue) = 116+43+7=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #742B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742B07 is #8BD4F8. Grayscale: #3C3C3C. Windows color (decimal): -9164025 or 469876. OLE color: 469876.

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

Color convert

RGB116437-
CMYK00.630.940.55
HSL19.82º88.62%24.12%-
HSV(B)19.82º93.97%45.49%-
XYZ8.15.460.83-
YUV60.7297.68167.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.88%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 7 (3.12% from 255) = 4.22%
R=69.88%
G=25.90%
B=4.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11643700.630.940.5519.8288.6224.12
Hex742B703F5E37145918
Octal164537077136672413130
Binary11101001010111110111111101111011011110100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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