#824653

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

Shades of Camelot #824653

Tints of Camelot #824653

Color information

#824653 (or 0x824653) is unknown color: approx Camelot. HEX triplet: 82, 46 and 53. RGB value is (130,70,83). Sum of RGB (Red+Green+Blue) = 130+70+83=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #824653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824653 is #7DB9AC. Grayscale: #595959. Windows color (decimal): -8239533 or 5457538. OLE color: 5457538.

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

Color convert

RGB1307083-
CMYK00.460.360.49
HSL347º30%39.22%-
HSV(B)347º46.15%50.98%-
XYZ12.969.759.38-
YUV89.42124.38156.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=45.94%
G=24.73%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130708300.460.360.493473039.22
Hex82465302E243115b1e27
Octal20210612305644615333647
Binary1000001010001101010011010111010010011000110101101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824653; }

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

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

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

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

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

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

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

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