#824554

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

Shades of Camelot #824554

Tints of Camelot #824554

Color information

#824554 (or 0x824554) is unknown color: approx Camelot. HEX triplet: 82, 45 and 54. RGB value is (130,69,84). Sum of RGB (Red+Green+Blue) = 130+69+84=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #824554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824554 is #7DBAAB. Grayscale: #585858. Windows color (decimal): -8239788 or 5522818. OLE color: 5522818.

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

Color convert

RGB1306984-
CMYK00.470.350.49
HSL345.25º30.65%39.02%-
HSV(B)345.25º46.92%50.98%-
XYZ12.939.649.57-
YUV88.95125.21157.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 84 (33.20% from 255) = 29.68%
R=45.94%
G=24.38%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130698400.470.350.49345.2530.6539.02
Hex82455402F23311591f27
Octal20210512405743615313747
Binary1000001010001011010100010111110001111000110101100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824554; }

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

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

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

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

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

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

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

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