#743646

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

Shades of Camelot #743646

Tints of Camelot #743646

Color information

#743646 (or 0x743646) is unknown color: approx Camelot. HEX triplet: 74, 36 and 46. RGB value is (116,54,70). Sum of RGB (Red+Green+Blue) = 116+54+70=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #743646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743646 is #8BC9B9. Grayscale: #4A4A4A. Windows color (decimal): -9161146 or 4601460. OLE color: 4601460.

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

Color convert

RGB1165470-
CMYK00.530.400.55
HSL344.52º36.47%33.33%-
HSV(B)344.52º53.45%45.49%-
XYZ9.636.796.6-
YUV74.36125.54157.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=48.33%
G=22.5%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116547000.530.400.55344.5236.4733.33
Hex74364603528371592421
Octal1646610606550675314441
Binary111010011011010001100110101101000110111101011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743646; }

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

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

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

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

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

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

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

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