#743547

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

Shades of Camelot #743547

Tints of Camelot #743547

Color information

#743547 (or 0x743547) is unknown color: approx Camelot. HEX triplet: 74, 35 and 47. RGB value is (116,53,71). Sum of RGB (Red+Green+Blue) = 116+53+71=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #743547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743547 is #8BCAB8. Grayscale: #494949. Windows color (decimal): -9161401 or 4666740. OLE color: 4666740.

HSL color Cylindrical-coordinate representation of color #743547: hue angle of 342.86º 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 #743547 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1165371-
CMYK00.540.390.55
HSL342.86º37.28%33.14%-
HSV(B)342.86º54.31%45.49%-
XYZ9.616.716.75-
YUV73.89126.37158.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=48.33%
G=22.08%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116537100.540.390.55342.8637.2833.14
Hex74354703627371572521
Octal1646510706647675274541
Binary111010011010110001110110110100111110111101010111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743547; }

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

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

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

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

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

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

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

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