#793C16

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

Shades of Peru Tan #793C16

Tints of Peru Tan #793C16

Color information

#793C16 (or 0x793C16) is unknown color: approx Peru Tan. HEX triplet: 79, 3C and 16. RGB value is (121,60,22). Sum of RGB (Red+Green+Blue) = 121+60+22=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #793C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793C16 is #86C3E9. Grayscale: #4A4A4A. Windows color (decimal): -8831978 or 1457273. OLE color: 1457273.

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

Color convert

RGB1216022-
CMYK00.500.820.53
HSL23.03º69.23%28.04%-
HSV(B)23.03º81.82%47.45%-
XYZ9.657.351.67-
YUV73.9198.71161.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.61%
GREEN value IS 60 (23.83% from 255) = 29.56%
BLUE value IS 22 (8.98% from 255) = 10.84%
R=59.61%
G=29.56%
B=10.84%

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
Decimal121602200.500.820.5323.0369.2328.04
Hex793C16032523517451c
Octal1717426062122652710534
Binary1111001111100101100110010101001011010110111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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