#793010

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

Shades of Peru Tan #793010

Tints of Peru Tan #793010

Color information

#793010 (or 0x793010) is unknown color: approx Peru Tan. HEX triplet: 79, 30 and 10. RGB value is (121,48,16). Sum of RGB (Red+Green+Blue) = 121+48+16=185 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.41% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 121 - color contains mainly: red. Hex color #793010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793010 is #86CFEF. Grayscale: #424242. Windows color (decimal): -8835056 or 1060985. OLE color: 1060985.

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

Color convert

RGB1214816-
CMYK00.600.870.53
HSL18.29º76.64%26.86%-
HSV(B)18.29º86.78%47.45%-
XYZ9.046.221.21-
YUV66.1899.68167.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 65.41%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=65.41%
G=25.95%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121481600.600.870.5318.2976.6426.86
Hex79301003C5735124d1b
Octal1716020074127652211533
Binary1111001110000100000111100101011111010110010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793010; }

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

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

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

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

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

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

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

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