#844453

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

Shades of Camelot #844453

Tints of Camelot #844453

Color information

#844453 (or 0x844453) is unknown color: approx Camelot. HEX triplet: 84, 44 and 53. RGB value is (132,68,83). Sum of RGB (Red+Green+Blue) = 132+68+83=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #844453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844453 is #7BBBAC. Grayscale: #585858. Windows color (decimal): -8108973 or 5457028. OLE color: 5457028.

HSL color Cylindrical-coordinate representation of color #844453: hue angle of 345.94º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844453 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB1326883-
CMYK00.480.370.48
HSL345.94º32%39.22%-
HSV(B)345.94º48.48%51.76%-
XYZ13.149.669.36-
YUV88.85124.7158.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=46.64%
G=24.03%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132688300.480.370.48345.943239.22
Hex844453030253015a2027
Octal20410412306045605324047
Binary10000100100010010100110110000100101110000101011010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844453; }

 p { color: rgb(132,68,83); }

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

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

 a { background-color: rgb(132,68,83); }

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

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

 span { border-color: rgb(132,68,83); }

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