#753949

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

Shades of Camelot #753949

Tints of Camelot #753949

Color information

#753949 (or 0x753949) is unknown color: approx Camelot. HEX triplet: 75, 39 and 49. RGB value is (117,57,73). Sum of RGB (Red+Green+Blue) = 117+57+73=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #753949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753949 is #8AC6B6. Grayscale: #4C4C4C. Windows color (decimal): -9094839 or 4798837. OLE color: 4798837.

HSL color Cylindrical-coordinate representation of color #753949: hue angle of 344º 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 #753949 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1175773-
CMYK00.510.380.54
HSL344º34.48%34.12%-
HSV(B)344º51.28%45.88%-
XYZ107.197.16-
YUV76.76125.88156.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=47.37%
G=23.08%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117577300.510.380.5434434.4834.12
Hex75394903326361582222
Octal1657111106346665304242
Binary111010111100110010010110011100110110110101011000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753949; }

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

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

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

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

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

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

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

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