#844556

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

Shades of Camelot #844556

Tints of Camelot #844556

Color information

#844556 (or 0x844556) is unknown color: approx Camelot. HEX triplet: 84, 45 and 56. RGB value is (132,69,86). Sum of RGB (Red+Green+Blue) = 132+69+86=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #844556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844556 is #7BBAA9. Grayscale: #595959. Windows color (decimal): -8108714 or 5653892. OLE color: 5653892.

HSL color Cylindrical-coordinate representation of color #844556: hue angle of 343.81º degrees, saturation: 0.31, 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 #844556 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1326986-
CMYK00.480.350.48
HSL343.81º31.34%39.41%-
HSV(B)343.81º47.73%51.76%-
XYZ13.329.8310-
YUV89.78125.87158.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=45.99%
G=24.04%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132698600.480.350.48343.8131.3439.41
Hex84455603023301581f27
Octal20410512606043605303747
Binary1000010010001011010110011000010001111000010101100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844556; }

 p { color: rgb(132,69,86); }

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

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

 a { background-color: rgb(132,69,86); }

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

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

 span { border-color: rgb(132,69,86); }

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