#793314

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

Shades of Peru Tan #793314

Tints of Peru Tan #793314

Color information

#793314 (or 0x793314) is unknown color: approx Peru Tan. HEX triplet: 79, 33 and 14. RGB value is (121,51,20). Sum of RGB (Red+Green+Blue) = 121+51+20=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #793314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793314 is #86CCEB. Grayscale: #444444. Windows color (decimal): -8834284 or 1323897. OLE color: 1323897.

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

Color convert

RGB1215120-
CMYK00.580.830.53
HSL18.42º71.63%27.65%-
HSV(B)18.42º83.47%47.45%-
XYZ9.26.481.43-
YUV68.4100.69165.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.02%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 20 (8.20% from 255) = 10.42%
R=63.02%
G=26.56%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121512000.580.830.5318.4271.6327.65
Hex79331403A533512481c
Octal1716324072123652211034
Binary1111001110011101000111010101001111010110010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793314; }

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

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

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

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

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

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

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

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