#793614

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

Shades of Peru Tan #793614

Tints of Peru Tan #793614

Color information

#793614 (or 0x793614) is unknown color: approx Peru Tan. HEX triplet: 79, 36 and 14. RGB value is (121,54,20). Sum of RGB (Red+Green+Blue) = 121+54+20=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #793614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793614 is #86C9EB. Grayscale: #464646. Windows color (decimal): -8833516 or 1324665. OLE color: 1324665.

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

Color convert

RGB1215420-
CMYK00.550.830.53
HSL20.2º71.63%27.65%-
HSV(B)20.2º83.47%47.45%-
XYZ9.336.751.47-
YUV70.1699.7164.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.05%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=62.05%
G=27.69%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121542000.550.830.5320.271.6327.65
Hex793614037533514481c
Octal1716624067123652411034
Binary1111001110110101000110111101001111010110100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793614; }

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

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

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

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

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

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

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

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