#733F49

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

Shades of Camelot #733F49

Tints of Camelot #733F49

Color information

#733F49 (or 0x733F49) is unknown color: approx Camelot. HEX triplet: 73, 3F and 49. RGB value is (115,63,73). Sum of RGB (Red+Green+Blue) = 115+63+73=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #733F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F49 is #8CC0B6. Grayscale: #4F4F4F. Windows color (decimal): -9224375 or 4800371. OLE color: 4800371.

HSL color Cylindrical-coordinate representation of color #733F49: hue angle of 348.46º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #733F49 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1156373-
CMYK00.450.370.55
HSL348.46º29.21%34.9%-
HSV(B)348.46º45.22%45.1%-
XYZ10.057.687.26-
YUV79.69124.23153.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 63 (25% from 255) = 25.10%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=45.82%
G=25.10%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115637300.450.370.55348.4629.2134.9
Hex733F4902D253715c1d23
Octal1637711105545675343543
Binary11100111111111001001010110110010111011110101110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733F49; }

 p { color: rgb(115,63,73); }

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

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

 a { background-color: rgb(115,63,73); }

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

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

 span { border-color: rgb(115,63,73); }

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