#743546

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

Shades of Camelot #743546

Tints of Camelot #743546

Color information

#743546 (or 0x743546) is unknown color: approx Camelot. HEX triplet: 74, 35 and 46. RGB value is (116,53,70). Sum of RGB (Red+Green+Blue) = 116+53+70=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #743546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743546 is #8BCAB9. Grayscale: #494949. Windows color (decimal): -9161402 or 4601204. OLE color: 4601204.

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

Color convert

RGB1165370-
CMYK00.540.400.55
HSL343.81º37.28%33.14%-
HSV(B)343.81º54.31%45.49%-
XYZ9.586.76.58-
YUV73.77125.87158.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 70 (27.73% from 255) = 29.29%
R=48.54%
G=22.18%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116537000.540.400.55343.8137.2833.14
Hex74354603628371582521
Octal1646510606650675304541
Binary111010011010110001100110110101000110111101011000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743546; }

 p { color: rgb(116,53,70); }

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

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

 a { background-color: rgb(116,53,70); }

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

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

 span { border-color: rgb(116,53,70); }

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