#744951

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

Shades of Camelot #744951

Tints of Camelot #744951

Color information

#744951 (or 0x744951) is unknown color: approx Camelot. HEX triplet: 74, 49 and 51. RGB value is (116,73,81). Sum of RGB (Red+Green+Blue) = 116+73+81=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #744951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744951 is #8BB6AE. Grayscale: #565656. Windows color (decimal): -9156271 or 5327220. OLE color: 5327220.

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

Color convert

RGB1167381-
CMYK00.370.300.55
HSL348.84º22.75%37.06%-
HSV(B)348.84º37.07%45.49%-
XYZ11.079.078.95-
YUV86.77124.75148.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 81 (32.03% from 255) = 30%
R=42.96%
G=27.04%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116738100.370.300.55348.8422.7537.06
Hex7449510251E3715d1725
Octal16411112104536675352745
Binary11101001001001101000101001011111011011110101110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744951; }

 p { color: rgb(116,73,81); }

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

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

 a { background-color: rgb(116,73,81); }

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

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

 span { border-color: rgb(116,73,81); }

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