#753E49

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

Shades of Camelot #753E49

Tints of Camelot #753E49

Color information

#753E49 (or 0x753E49) is unknown color: approx Camelot. HEX triplet: 75, 3E and 49. RGB value is (117,62,73). Sum of RGB (Red+Green+Blue) = 117+62+73=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #753E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E49 is #8AC1B6. Grayscale: #4F4F4F. Windows color (decimal): -9093559 or 4800117. OLE color: 4800117.

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

Color convert

RGB1176273-
CMYK00.470.380.54
HSL348º30.73%35.1%-
HSV(B)348º47.01%45.88%-
XYZ10.267.717.25-
YUV79.7124.22154.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 62 (24.61% from 255) = 24.60%
BLUE value IS 73 (28.91% from 255) = 28.97%
R=46.43%
G=24.60%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117627300.470.380.5434830.7335.1
Hex753E4902F263615c1f23
Octal1657611105746665343743
Binary11101011111101001001010111110011011011010101110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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