#733B48

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

Shades of Camelot #733B48

Tints of Camelot #733B48

Color information

#733B48 (or 0x733B48) is unknown color: approx Camelot. HEX triplet: 73, 3B and 48. RGB value is (115,59,72). Sum of RGB (Red+Green+Blue) = 115+59+72=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #733B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B48 is #8CC4B7. Grayscale: #4D4D4D. Windows color (decimal): -9225400 or 4733811. OLE color: 4733811.

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

Color convert

RGB1155972-
CMYK00.490.370.55
HSL346.07º32.18%34.12%-
HSV(B)346.07º48.7%45.1%-
XYZ9.87.247.01-
YUV77.23125.05154.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 59 (23.44% from 255) = 23.98%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=46.75%
G=23.98%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115597200.490.370.55346.0732.1834.12
Hex733B48031253715a2022
Octal1637311006145675324042
Binary111001111101110010000110001100101110111101011010100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,59,72); }

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

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

 a { background-color: rgb(115,59,72); }

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

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

 span { border-color: rgb(115,59,72); }

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