#844553

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

Shades of Camelot #844553

Tints of Camelot #844553

Color information

#844553 (or 0x844553) is unknown color: approx Camelot. HEX triplet: 84, 45 and 53. RGB value is (132,69,83). Sum of RGB (Red+Green+Blue) = 132+69+83=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #844553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844553 is #7BBAAC. Grayscale: #595959. Windows color (decimal): -8108717 or 5457284. OLE color: 5457284.

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

Color convert

RGB1326983-
CMYK00.480.370.48
HSL346.67º31.34%39.41%-
HSV(B)346.67º47.73%51.76%-
XYZ13.219.799.38-
YUV89.43124.37158.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 83 (32.81% from 255) = 29.23%
R=46.48%
G=24.30%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132698300.480.370.48346.6731.3439.41
Hex844553030253015b1f27
Octal20410512306045605333747
Binary1000010010001011010011011000010010111000010101101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844553; }

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

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

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

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

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

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

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

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