#753B49

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

Shades of Camelot #753B49

Tints of Camelot #753B49

Color information

#753B49 (or 0x753B49) is unknown color: approx Camelot. HEX triplet: 75, 3B and 49. RGB value is (117,59,73). Sum of RGB (Red+Green+Blue) = 117+59+73=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #753B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B49 is #8AC4B6. Grayscale: #4D4D4D. Windows color (decimal): -9094327 or 4799349. OLE color: 4799349.

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

Color convert

RGB1175973-
CMYK00.500.380.54
HSL345.52º32.95%34.51%-
HSV(B)345.52º49.57%45.88%-
XYZ10.17.397.2-
YUV77.94125.22155.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=46.99%
G=23.69%
B=29.32%

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
Decimal117597300.500.380.54345.5232.9534.51
Hex753B49032263615a2123
Octal1657311106246665324143
Binary111010111101110010010110010100110110110101011010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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