#824454

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

Shades of Camelot #824454

Tints of Camelot #824454

Color information

#824454 (or 0x824454) is unknown color: approx Camelot. HEX triplet: 82, 44 and 54. RGB value is (130,68,84). Sum of RGB (Red+Green+Blue) = 130+68+84=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #824454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824454 is #7DBBAB. Grayscale: #585858. Windows color (decimal): -8240044 or 5522562. OLE color: 5522562.

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

Color convert

RGB1306884-
CMYK00.480.350.49
HSL344.52º31.31%38.82%-
HSV(B)344.52º47.69%50.98%-
XYZ12.879.529.55-
YUV88.36125.54157.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 84 (33.20% from 255) = 29.79%
R=46.10%
G=24.11%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130688400.480.350.49344.5231.3138.82
Hex82445403023311591f27
Octal20210412406043615313747
Binary1000001010001001010100011000010001111000110101100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824454; }

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

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

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

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

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

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

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

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