#793007

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

Shades of Peru Tan #793007

Tints of Peru Tan #793007

Color information

#793007 (or 0x793007) is unknown color: approx Peru Tan. HEX triplet: 79, 30 and 07. RGB value is (121,48,7). Sum of RGB (Red+Green+Blue) = 121+48+7=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #793007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793007 is #86CFF8. Grayscale: #414141. Windows color (decimal): -8835065 or 471161. OLE color: 471161.

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

Color convert

RGB121487-
CMYK00.600.940.53
HSL21.58º89.06%25.1%-
HSV(B)21.58º94.21%47.45%-
XYZ8.986.190.92-
YUV65.1595.18167.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.75%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 7 (3.12% from 255) = 3.98%
R=68.75%
G=27.27%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12148700.600.940.5321.5889.0625.1
Hex7930703C5E35165919
Octal171607074136652613131
Binary11110011100001110111100101111011010110110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793007; }

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

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

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

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

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

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

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

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