#753A49

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

Shades of Camelot #753A49

Tints of Camelot #753A49

Color information

#753A49 (or 0x753A49) is unknown color: approx Camelot. HEX triplet: 75, 3A and 49. RGB value is (117,58,73). Sum of RGB (Red+Green+Blue) = 117+58+73=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #753A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A49 is #8AC5B6. Grayscale: #4D4D4D. Windows color (decimal): -9094583 or 4799093. OLE color: 4799093.

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

Color convert

RGB1175873-
CMYK00.500.380.54
HSL344.75º33.71%34.31%-
HSV(B)344.75º50.43%45.88%-
XYZ10.057.297.18-
YUV77.35125.55156.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 73 (28.91% from 255) = 29.44%
R=47.18%
G=23.39%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117587300.500.380.54344.7533.7134.31
Hex753A4903226361592222
Octal1657211106246665314242
Binary111010111101010010010110010100110110110101011001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A49; }

 p { color: rgb(117,58,73); }

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

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

 a { background-color: rgb(117,58,73); }

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

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

 span { border-color: rgb(117,58,73); }

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