#743947

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

Shades of Camelot #743947

Tints of Camelot #743947

Color information

#743947 (or 0x743947) is unknown color: approx Camelot. HEX triplet: 74, 39 and 47. RGB value is (116,57,71). Sum of RGB (Red+Green+Blue) = 116+57+71=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #743947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743947 is #8BC6B8. Grayscale: #4C4C4C. Windows color (decimal): -9160377 or 4667764. OLE color: 4667764.

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

Color convert

RGB1165771-
CMYK00.510.390.55
HSL345.76º34.1%33.92%-
HSV(B)345.76º50.86%45.49%-
XYZ9.87.096.81-
YUV76.24125.05156.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 71 (28.12% from 255) = 29.10%
R=47.54%
G=23.36%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116577100.510.390.55345.7634.133.92
Hex743947033273715a2222
Octal1647110706347675324242
Binary111010011100110001110110011100111110111101011010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743947; }

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

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

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

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

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

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

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

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