#793414

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

Shades of Peru Tan #793414

Tints of Peru Tan #793414

Color information

#793414 (or 0x793414) is unknown color: approx Peru Tan. HEX triplet: 79, 34 and 14. RGB value is (121,52,20). Sum of RGB (Red+Green+Blue) = 121+52+20=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #793414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793414 is #86CBEB. Grayscale: #454545. Windows color (decimal): -8834028 or 1324153. OLE color: 1324153.

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

Color convert

RGB1215220-
CMYK00.570.830.53
HSL19.01º71.63%27.65%-
HSV(B)19.01º83.47%47.45%-
XYZ9.246.571.44-
YUV68.98100.36165.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.69%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=62.69%
G=26.94%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121522000.570.830.5319.0171.6327.65
Hex793414039533513481c
Octal1716424071123652311034
Binary1111001110100101000111001101001111010110011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793414; }

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

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

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

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

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

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

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

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