#844456

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

Shades of Camelot #844456

Tints of Camelot #844456

Color information

#844456 (or 0x844456) is unknown color: approx Camelot. HEX triplet: 84, 44 and 56. RGB value is (132,68,86). Sum of RGB (Red+Green+Blue) = 132+68+86=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #844456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844456 is #7BBBA9. Grayscale: #595959. Windows color (decimal): -8108970 or 5653636. OLE color: 5653636.

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

Color convert

RGB1326886-
CMYK00.480.350.48
HSL343.12º32%39.22%-
HSV(B)343.12º48.48%51.76%-
XYZ13.269.719.98-
YUV89.19126.2158.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.15%
GREEN value IS 68 (26.95% from 255) = 23.78%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=46.15%
G=23.78%
B=30.07%

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
Decimal132688600.480.350.48343.123239.22
Hex84445603023301572027
Octal20410412606043605274047
Binary10000100100010010101100110000100011110000101010111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844456; }

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

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

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

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

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

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

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

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