#824655

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

Shades of Camelot #824655

Tints of Camelot #824655

Color information

#824655 (or 0x824655) is unknown color: approx Camelot. HEX triplet: 82, 46 and 55. RGB value is (130,70,85). Sum of RGB (Red+Green+Blue) = 130+70+85=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #824655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824655 is #7DB9AA. Grayscale: #595959. Windows color (decimal): -8239531 or 5588610. OLE color: 5588610.

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

Color convert

RGB1307085-
CMYK00.460.350.49
HSL345º30%39.22%-
HSV(B)345º46.15%50.98%-
XYZ13.049.789.8-
YUV89.65125.38156.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=45.61%
G=24.56%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130708500.460.350.493453039.22
Hex82465502E23311591e27
Octal20210612505643615313647
Binary1000001010001101010101010111010001111000110101100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824655; }

 p { color: rgb(130,70,85); }

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

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

 a { background-color: rgb(130,70,85); }

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

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

 span { border-color: rgb(130,70,85); }

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