#844455

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

Shades of Camelot #844455

Tints of Camelot #844455

Color information

#844455 (or 0x844455) is unknown color: approx Camelot. HEX triplet: 84, 44 and 55. RGB value is (132,68,85). Sum of RGB (Red+Green+Blue) = 132+68+85=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #844455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844455 is #7BBBAA. Grayscale: #595959. Windows color (decimal): -8108971 or 5588100. OLE color: 5588100.

HSL color Cylindrical-coordinate representation of color #844455: hue angle of 344.06º 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 #844455 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1326885-
CMYK00.480.360.48
HSL344.06º32%39.22%-
HSV(B)344.06º48.48%51.76%-
XYZ13.229.79.77-
YUV89.07125.7158.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=46.32%
G=23.86%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132688500.480.360.48344.063239.22
Hex84445503024301582027
Octal20410412506044605304047
Binary10000100100010010101010110000100100110000101011000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844455; }

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

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

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

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

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

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

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

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