#753648

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

Shades of Camelot #753648

Tints of Camelot #753648

Color information

#753648 (or 0x753648) is unknown color: approx Camelot. HEX triplet: 75, 36 and 48. RGB value is (117,54,72). Sum of RGB (Red+Green+Blue) = 117+54+72=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #753648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753648 is #8AC9B7. Grayscale: #4A4A4A. Windows color (decimal): -9095608 or 4732533. OLE color: 4732533.

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

Color convert

RGB1175472-
CMYK00.540.380.54
HSL342.86º36.84%33.53%-
HSV(B)342.86º53.85%45.88%-
XYZ9.826.896.94-
YUV74.89126.37158.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=48.15%
G=22.22%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117547200.540.380.54342.8636.8433.53
Hex75364803626361572522
Octal1656611006646665274542
Binary111010111011010010000110110100110110110101010111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753648; }

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

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

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

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

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

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

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

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