#733A47

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

Shades of Camelot #733A47

Tints of Camelot #733A47

Color information

#733A47 (or 0x733A47) is unknown color: approx Camelot. HEX triplet: 73, 3A and 47. RGB value is (115,58,71). Sum of RGB (Red+Green+Blue) = 115+58+71=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #733A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A47 is #8CC5B8. Grayscale: #4C4C4C. Windows color (decimal): -9225657 or 4668019. OLE color: 4668019.

HSL color Cylindrical-coordinate representation of color #733A47: hue angle of 346.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A47 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1155871-
CMYK00.500.380.55
HSL346.32º32.95%33.92%-
HSV(B)346.32º49.57%45.1%-
XYZ9.727.136.82-
YUV76.52124.88155.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 71 (28.12% from 255) = 29.10%
R=47.13%
G=23.77%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115587100.500.380.55346.3232.9533.92
Hex733A47032263715a2122
Octal1637210706246675324142
Binary111001111101010001110110010100110110111101011010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,58,71); }

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

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

 a { background-color: rgb(115,58,71); }

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

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

 span { border-color: rgb(115,58,71); }

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