#793B14

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

Shades of Peru Tan #793B14

Tints of Peru Tan #793B14

Color information

#793B14 (or 0x793B14) is unknown color: approx Peru Tan. HEX triplet: 79, 3B and 14. RGB value is (121,59,20). Sum of RGB (Red+Green+Blue) = 121+59+20=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #793B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793B14 is #86C4EB. Grayscale: #494949. Windows color (decimal): -8832236 or 1325945. OLE color: 1325945.

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

Color convert

RGB1215920-
CMYK00.510.830.53
HSL23.17º71.63%27.65%-
HSV(B)23.17º83.47%47.45%-
XYZ9.587.241.56-
YUV73.0998.04162.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.5%
GREEN value IS 59 (23.44% from 255) = 29.5%
BLUE value IS 20 (8.20% from 255) = 10%
R=60.5%
G=29.5%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121592000.510.830.5323.1771.6327.65
Hex793B14033533517481c
Octal1717324063123652711034
Binary1111001111011101000110011101001111010110111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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