#743848

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

Shades of Camelot #743848

Tints of Camelot #743848

Color information

#743848 (or 0x743848) is unknown color: approx Camelot. HEX triplet: 74, 38 and 48. RGB value is (116,56,72). Sum of RGB (Red+Green+Blue) = 116+56+72=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #743848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743848 is #8BC7B7. Grayscale: #4B4B4B. Windows color (decimal): -9160632 or 4733044. OLE color: 4733044.

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

Color convert

RGB1165672-
CMYK00.520.380.55
HSL344º34.88%33.73%-
HSV(B)344º51.72%45.49%-
XYZ9.797.016.97-
YUV75.76125.88156.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=47.54%
G=22.95%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116567200.520.380.5534434.8833.73
Hex74384803426371582322
Octal1647011006446675304342
Binary111010011100010010000110100100110110111101011000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743848; }

 p { color: rgb(116,56,72); }

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

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

 a { background-color: rgb(116,56,72); }

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

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

 span { border-color: rgb(116,56,72); }

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