#743007

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

Shades of Peru Tan #743007

Tints of Peru Tan #743007

Color information

#743007 (or 0x743007) is unknown color: approx Peru Tan. HEX triplet: 74, 30 and 07. RGB value is (116,48,7). Sum of RGB (Red+Green+Blue) = 116+48+7=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #743007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743007 is #8BCFF8. Grayscale: #3F3F3F. Windows color (decimal): -9162745 or 471156. OLE color: 471156.

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

Color convert

RGB116487-
CMYK00.590.940.55
HSL22.57º88.62%24.12%-
HSV(B)22.57º93.97%45.49%-
XYZ8.35.840.89-
YUV63.6696.03165.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.84%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 7 (3.12% from 255) = 4.09%
R=67.84%
G=28.07%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11648700.590.940.5522.5788.6224.12
Hex7430703B5E37175918
Octal164607073136672713130
Binary11101001100001110111011101111011011110111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743007; }

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

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

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

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

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

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

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

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