#793948

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

Shades of Camelot #793948

Tints of Camelot #793948

Color information

#793948 (or 0x793948) is unknown color: approx Camelot. HEX triplet: 79, 39 and 48. RGB value is (121,57,72). Sum of RGB (Red+Green+Blue) = 121+57+72=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #793948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793948 is #86C6B7. Grayscale: #4D4D4D. Windows color (decimal): -8832696 or 4733305. OLE color: 4733305.

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

Color convert

RGB1215772-
CMYK00.530.400.53
HSL345.94º35.96%34.9%-
HSV(B)345.94º52.89%47.45%-
XYZ10.527.467.02-
YUV77.85124.7158.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.4%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=48.4%
G=22.8%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121577200.530.400.53345.9435.9634.9
Hex793948035283515a2423
Octal1717111006550655324443
Binary111100111100110010000110101101000110101101011010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793948; }

 p { color: rgb(121,57,72); }

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

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

 a { background-color: rgb(121,57,72); }

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

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

 span { border-color: rgb(121,57,72); }

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