#793306

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

Shades of Peru Tan #793306

Tints of Peru Tan #793306

Color information

#793306 (or 0x793306) is unknown color: approx Peru Tan. HEX triplet: 79, 33 and 06. RGB value is (121,51,6). Sum of RGB (Red+Green+Blue) = 121+51+6=178 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.98% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 121 - color contains mainly: red. Hex color #793306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793306 is #86CCF9. Grayscale: #434343. Windows color (decimal): -8834298 or 406393. OLE color: 406393.

HSL color Cylindrical-coordinate representation of color #793306: hue angle of 23.48º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #793306 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB121516-
CMYK00.580.950.53
HSL23.48º90.55%24.9%-
HSV(B)23.48º95.04%47.45%-
XYZ9.16.450.94-
YUV66.893.69166.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.98%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 6 (2.73% from 255) = 3.37%
R=67.98%
G=28.65%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12151600.580.950.5323.4890.5524.9
Hex7933603A5F35175b19
Octal171636072137652713331
Binary11110011100111100111010101111111010110111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793306; }

 p { color: rgb(121,51,6); }

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

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

 a { background-color: rgb(121,51,6); }

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

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

 span { border-color: rgb(121,51,6); }

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