#753B46

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

Shades of Camelot #753B46

Tints of Camelot #753B46

Color information

#753B46 (or 0x753B46) is unknown color: approx Camelot. HEX triplet: 75, 3B and 46. RGB value is (117,59,70). Sum of RGB (Red+Green+Blue) = 117+59+70=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #753B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B46 is #8AC4B9. Grayscale: #4D4D4D. Windows color (decimal): -9094330 or 4602741. OLE color: 4602741.

HSL color Cylindrical-coordinate representation of color #753B46: hue angle of 348.62º 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 #753B46 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1175970-
CMYK00.500.400.54
HSL348.62º32.95%34.51%-
HSV(B)348.62º49.57%45.88%-
XYZ10.017.356.69-
YUV77.6123.72156.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 59 (23.44% from 255) = 23.98%
BLUE value IS 70 (27.73% from 255) = 28.46%
R=47.56%
G=23.98%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117597000.500.400.54348.6232.9534.51
Hex753B46032283615d2123
Octal1657310606250665354143
Binary111010111101110001100110010101000110110101011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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