#823645

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

Shades of Camelot #823645

Tints of Camelot #823645

Color information

#823645 (or 0x823645) is unknown color: approx Camelot. HEX triplet: 82, 36 and 45. RGB value is (130,54,69). Sum of RGB (Red+Green+Blue) = 130+54+69=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #823645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823645 is #7DC9BA. Grayscale: #4E4E4E. Windows color (decimal): -8243643 or 4535938. OLE color: 4535938.

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

Color convert

RGB1305469-
CMYK00.580.470.49
HSL348.16º41.3%36.08%-
HSV(B)348.16º58.46%50.98%-
XYZ11.67.816.53-
YUV78.43122.68164.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.38%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=51.38%
G=21.34%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130546900.580.470.49348.1641.336.08
Hex82364503A2F3115c2924
Octal2026610507257615345144
Binary1000001011011010001010111010101111110001101011100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823645; }

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

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

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

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

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

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

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

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