#844557

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

Shades of Camelot #844557

Tints of Camelot #844557

Color information

#844557 (or 0x844557) is unknown color: approx Camelot. HEX triplet: 84, 45 and 57. RGB value is (132,69,87). Sum of RGB (Red+Green+Blue) = 132+69+87=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #844557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844557 is #7BBAA8. Grayscale: #595959. Windows color (decimal): -8108713 or 5719428. OLE color: 5719428.

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

Color convert

RGB1326987-
CMYK00.480.340.48
HSL342.86º31.34%39.41%-
HSV(B)342.86º47.73%51.76%-
XYZ13.369.8510.21-
YUV89.89126.37158.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 87 (34.38% from 255) = 30.21%
R=45.83%
G=23.96%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132698700.480.340.48342.8631.3439.41
Hex84455703022301571f27
Octal20410512706042605273747
Binary1000010010001011010111011000010001011000010101011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844557; }

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

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

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

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

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

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

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

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