#824652

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

Shades of Camelot #824652

Tints of Camelot #824652

Color information

#824652 (or 0x824652) is unknown color: approx Camelot. HEX triplet: 82, 46 and 52. RGB value is (130,70,82). Sum of RGB (Red+Green+Blue) = 130+70+82=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #824652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824652 is #7DB9AD. Grayscale: #595959. Windows color (decimal): -8239534 or 5392002. OLE color: 5392002.

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

Color convert

RGB1307082-
CMYK00.460.370.49
HSL348º30%39.22%-
HSV(B)348º46.15%50.98%-
XYZ12.929.749.18-
YUV89.31123.88157.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=46.10%
G=24.82%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130708200.460.370.493483039.22
Hex82465202E253115c1e27
Octal20210612205645615343647
Binary1000001010001101010010010111010010111000110101110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824652; }

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

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

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

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

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

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

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

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