#753946

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

Shades of Camelot #753946

Tints of Camelot #753946

Color information

#753946 (or 0x753946) is unknown color: approx Camelot. HEX triplet: 75, 39 and 46. RGB value is (117,57,70). Sum of RGB (Red+Green+Blue) = 117+57+70=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #753946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753946 is #8AC6B9. Grayscale: #4C4C4C. Windows color (decimal): -9094842 or 4602229. OLE color: 4602229.

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

Color convert

RGB1175770-
CMYK00.510.400.54
HSL347º34.48%34.12%-
HSV(B)347º51.28%45.88%-
XYZ9.97.156.65-
YUV76.42124.38156.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 70 (27.73% from 255) = 28.69%
R=47.95%
G=23.36%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117577000.510.400.5434734.4834.12
Hex753946033283615b2222
Octal1657110606350665334242
Binary111010111100110001100110011101000110110101011011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753946; }

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

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

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

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

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

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

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

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