#844156

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

Shades of Camelot #844156

Tints of Camelot #844156

Color information

#844156 (or 0x844156) is unknown color: approx Camelot. HEX triplet: 84, 41 and 56. RGB value is (132,65,86). Sum of RGB (Red+Green+Blue) = 132+65+86=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #844156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844156 is #7BBEA9. Grayscale: #575757. Windows color (decimal): -8109738 or 5652868. OLE color: 5652868.

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

Color convert

RGB1326586-
CMYK00.510.350.48
HSL341.19º34.01%38.63%-
HSV(B)341.19º50.76%51.76%-
XYZ13.099.369.92-
YUV87.43127.2159.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=46.64%
G=22.97%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132658600.510.350.48341.1934.0138.63
Hex84415603323301552227
Octal20410112606343605254247
Binary10000100100000110101100110011100011110000101010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844156; }

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

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

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

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

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

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

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

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