#824456

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

Shades of Camelot #824456

Tints of Camelot #824456

Color information

#824456 (or 0x824456) is unknown color: approx Camelot. HEX triplet: 82, 44 and 56. RGB value is (130,68,86). Sum of RGB (Red+Green+Blue) = 130+68+86=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #824456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824456 is #7DBBA9. Grayscale: #585858. Windows color (decimal): -8240042 or 5653634. OLE color: 5653634.

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

Color convert

RGB1306886-
CMYK00.480.340.49
HSL342.58º31.31%38.82%-
HSV(B)342.58º47.69%50.98%-
XYZ12.959.559.97-
YUV88.59126.54157.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=45.77%
G=23.94%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130688600.480.340.49342.5831.3138.82
Hex82445603022311571f27
Octal20210412606042615273747
Binary1000001010001001010110011000010001011000110101011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824456; }

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

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

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

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

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

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

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

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