#823649

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

Shades of Camelot #823649

Tints of Camelot #823649

Color information

#823649 (or 0x823649) is unknown color: approx Camelot. HEX triplet: 82, 36 and 49. RGB value is (130,54,73). Sum of RGB (Red+Green+Blue) = 130+54+73=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #823649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823649 is #7DC9B6. Grayscale: #4E4E4E. Windows color (decimal): -8243639 or 4798082. OLE color: 4798082.

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

Color convert

RGB1305473-
CMYK00.580.440.49
HSL345º41.3%36.08%-
HSV(B)345º58.46%50.98%-
XYZ11.737.877.2-
YUV78.89124.68164.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=50.58%
G=21.01%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130547300.580.440.4934541.336.08
Hex82364903A2C311592924
Octal2026611107254615315144
Binary1000001011011010010010111010101100110001101011001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823649; }

 p { color: rgb(130,54,73); }

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

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

 a { background-color: rgb(130,54,73); }

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

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

 span { border-color: rgb(130,54,73); }

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