#753548

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

Shades of Camelot #753548

Tints of Camelot #753548

Color information

#753548 (or 0x753548) is unknown color: approx Camelot. HEX triplet: 75, 35 and 48. RGB value is (117,53,72). Sum of RGB (Red+Green+Blue) = 117+53+72=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #753548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753548 is #8ACAB7. Grayscale: #4A4A4A. Windows color (decimal): -9095864 or 4732277. OLE color: 4732277.

HSL color Cylindrical-coordinate representation of color #753548: hue angle of 342.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #753548 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1175372-
CMYK00.550.380.54
HSL342.19º37.65%33.33%-
HSV(B)342.19º54.7%45.88%-
XYZ9.786.86.93-
YUV74.3126.7158.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=48.35%
G=21.90%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117537200.550.380.54342.1937.6533.33
Hex75354803726361562621
Octal1656511006746665264641
Binary111010111010110010000110111100110110110101010110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753548; }

 p { color: rgb(117,53,72); }

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

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

 a { background-color: rgb(117,53,72); }

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

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

 span { border-color: rgb(117,53,72); }

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