#723C49

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

Shades of Camelot #723C49

Tints of Camelot #723C49

Color information

#723C49 (or 0x723C49) is unknown color: approx Camelot. HEX triplet: 72, 3C and 49. RGB value is (114,60,73). Sum of RGB (Red+Green+Blue) = 114+60+73=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #723C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C49 is #8DC3B6. Grayscale: #4D4D4D. Windows color (decimal): -9290679 or 4799602. OLE color: 4799602.

HSL color Cylindrical-coordinate representation of color #723C49: hue angle of 345.56º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #723C49 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1146073-
CMYK00.470.360.55
HSL345.56º31.03%34.12%-
HSV(B)345.56º47.37%44.71%-
XYZ9.767.297.2-
YUV77.63125.39153.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 60 (23.83% from 255) = 24.29%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=46.15%
G=24.29%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114607300.470.360.55345.5631.0334.12
Hex723C4902F243715a1f22
Octal1627411105744675323742
Binary11100101111001001001010111110010011011110101101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723C49; }

 p { color: rgb(114,60,73); }

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

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

 a { background-color: rgb(114,60,73); }

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

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

 span { border-color: rgb(114,60,73); }

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