#793412

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

Shades of Peru Tan #793412

Tints of Peru Tan #793412

Color information

#793412 (or 0x793412) is unknown color: approx Peru Tan. HEX triplet: 79, 34 and 12. RGB value is (121,52,18). Sum of RGB (Red+Green+Blue) = 121+52+18=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #793412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793412 is #86CBED. Grayscale: #444444. Windows color (decimal): -8834030 or 1193081. OLE color: 1193081.

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

Color convert

RGB1215218-
CMYK00.570.850.53
HSL19.81º74.1%27.25%-
HSV(B)19.81º85.12%47.45%-
XYZ9.226.561.35-
YUV68.7699.36165.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.35%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=63.35%
G=27.23%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121521800.570.850.5319.8174.127.25
Hex7934120395535144a1b
Octal1716422071125652411233
Binary1111001110100100100111001101010111010110100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793412; }

 p { color: rgb(121,52,18); }

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

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

 a { background-color: rgb(121,52,18); }

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

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

 span { border-color: rgb(121,52,18); }

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