#794049

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

Shades of Camelot #794049

Tints of Camelot #794049

Color information

#794049 (or 0x794049) is unknown color: approx Camelot. HEX triplet: 79, 40 and 49. RGB value is (121,64,73). Sum of RGB (Red+Green+Blue) = 121+64+73=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #794049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794049 is #86BFB6. Grayscale: #525252. Windows color (decimal): -8830903 or 4800633. OLE color: 4800633.

HSL color Cylindrical-coordinate representation of color #794049: hue angle of 350.53º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #794049 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1216473-
CMYK00.470.400.53
HSL350.53º30.81%36.27%-
HSV(B)350.53º47.11%47.45%-
XYZ10.928.217.31-
YUV82.07122.88155.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 73 (28.91% from 255) = 28.29%
R=46.90%
G=24.81%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121647300.470.400.53350.5330.8136.27
Hex79404902F283515f1f24
Octal17110011105750655373744
Binary111100110000001001001010111110100011010110101111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794049; }

 p { color: rgb(121,64,73); }

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

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

 a { background-color: rgb(121,64,73); }

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

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

 span { border-color: rgb(121,64,73); }

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