#793D16

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

Shades of Peru Tan #793D16

Tints of Peru Tan #793D16

Color information

#793D16 (or 0x793D16) is unknown color: approx Peru Tan. HEX triplet: 79, 3D and 16. RGB value is (121,61,22). Sum of RGB (Red+Green+Blue) = 121+61+22=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #793D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793D16 is #86C2E9. Grayscale: #4A4A4A. Windows color (decimal): -8831722 or 1457529. OLE color: 1457529.

HSL color Cylindrical-coordinate representation of color #793D16: hue angle of 23.64º 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 #793D16 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1216122-
CMYK00.500.820.53
HSL23.64º69.23%28.04%-
HSV(B)23.64º81.82%47.45%-
XYZ9.77.461.69-
YUV74.4998.38161.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.31%
GREEN value IS 61 (24.22% from 255) = 29.90%
BLUE value IS 22 (8.98% from 255) = 10.78%
R=59.31%
G=29.90%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121612200.500.820.5323.6469.2328.04
Hex793D16032523518451c
Octal1717526062122653010534
Binary1111001111101101100110010101001011010111000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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