#793845

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

Shades of Camelot #793845

Tints of Camelot #793845

Color information

#793845 (or 0x793845) is unknown color: approx Camelot. HEX triplet: 79, 38 and 45. RGB value is (121,56,69). Sum of RGB (Red+Green+Blue) = 121+56+69=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #793845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793845 is #86C7BA. Grayscale: #4C4C4C. Windows color (decimal): -8832955 or 4536441. OLE color: 4536441.

HSL color Cylindrical-coordinate representation of color #793845: hue angle of 348º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #793845 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB1215669-
CMYK00.540.430.53
HSL348º36.72%34.71%-
HSV(B)348º53.72%47.45%-
XYZ10.377.326.5-
YUV76.92123.53159.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 69 (27.34% from 255) = 28.05%
R=49.19%
G=22.76%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121566900.540.430.5334836.7234.71
Hex7938450362B3515c2523
Octal1717010506653655344543
Binary111100111100010001010110110101011110101101011100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793845; }

 p { color: rgb(121,56,69); }

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

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

 a { background-color: rgb(121,56,69); }

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

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

 span { border-color: rgb(121,56,69); }

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