#793E16

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

Shades of Peru Tan #793E16

Tints of Peru Tan #793E16

Color information

#793E16 (or 0x793E16) is unknown color: approx Peru Tan. HEX triplet: 79, 3E and 16. RGB value is (121,62,22). Sum of RGB (Red+Green+Blue) = 121+62+22=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #793E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793E16 is #86C1E9. Grayscale: #4B4B4B. Windows color (decimal): -8831466 or 1457785. OLE color: 1457785.

HSL color Cylindrical-coordinate representation of color #793E16: hue angle of 24.24º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #793E16 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1216222-
CMYK00.490.820.53
HSL24.24º69.23%28.04%-
HSV(B)24.24º81.82%47.45%-
XYZ9.757.571.71-
YUV75.0898.05160.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.02%
GREEN value IS 62 (24.61% from 255) = 30.24%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=59.02%
G=30.24%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121622200.490.820.5324.2469.2328.04
Hex793E16031523518451c
Octal1717626061122653010534
Binary1111001111110101100110001101001011010111000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793E16; }

 p { color: rgb(121,62,22); }

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

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

 a { background-color: rgb(121,62,22); }

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

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

 span { border-color: rgb(121,62,22); }

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