#844757

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

Shades of Camelot #844757

Tints of Camelot #844757

Color information

#844757 (or 0x844757) is unknown color: approx Camelot. HEX triplet: 84, 47 and 57. RGB value is (132,71,87). Sum of RGB (Red+Green+Blue) = 132+71+87=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #844757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844757 is #7BB8A8. Grayscale: #5B5B5B. Windows color (decimal): -8108201 or 5719940. OLE color: 5719940.

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

Color convert

RGB1327187-
CMYK00.460.340.48
HSL344.26º30.05%39.8%-
HSV(B)344.26º46.21%51.76%-
XYZ13.4910.110.26-
YUV91.06125.71157.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 87 (34.38% from 255) = 30%
R=45.52%
G=24.48%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132718700.460.340.48344.2630.0539.8
Hex84475702E22301581e28
Octal20410712705642605303650
Binary1000010010001111010111010111010001011000010101100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844757; }

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

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

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

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

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

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

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

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