#753A48

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

Shades of Camelot #753A48

Tints of Camelot #753A48

Color information

#753A48 (or 0x753A48) is unknown color: approx Camelot. HEX triplet: 75, 3A and 48. RGB value is (117,58,72). Sum of RGB (Red+Green+Blue) = 117+58+72=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #753A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A48 is #8AC5B7. Grayscale: #4D4D4D. Windows color (decimal): -9094584 or 4733557. OLE color: 4733557.

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

Color convert

RGB1175872-
CMYK00.500.380.54
HSL345.76º33.71%34.31%-
HSV(B)345.76º50.43%45.88%-
XYZ10.027.287.01-
YUV77.24125.05156.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 72 (28.52% from 255) = 29.15%
R=47.37%
G=23.48%
B=29.15%

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
Decimal117587200.500.380.54345.7633.7134.31
Hex753A48032263615a2222
Octal1657211006246665324242
Binary111010111101010010000110010100110110110101011010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,58,72); }

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

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

 a { background-color: rgb(117,58,72); }

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

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

 span { border-color: rgb(117,58,72); }

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