#823646

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

Shades of Camelot #823646

Tints of Camelot #823646

Color information

#823646 (or 0x823646) is unknown color: approx Camelot. HEX triplet: 82, 36 and 46. RGB value is (130,54,70). Sum of RGB (Red+Green+Blue) = 130+54+70=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #823646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823646 is #7DC9B9. Grayscale: #4E4E4E. Windows color (decimal): -8243642 or 4601474. OLE color: 4601474.

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

Color convert

RGB1305470-
CMYK00.580.460.49
HSL347.37º41.3%36.08%-
HSV(B)347.37º58.46%50.98%-
XYZ11.637.836.69-
YUV78.55123.18164.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 70 (27.73% from 255) = 27.56%
R=51.18%
G=21.26%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130547000.580.460.49347.3741.336.08
Hex82364603A2E3115b2924
Octal2026610607256615335144
Binary1000001011011010001100111010101110110001101011011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823646; }

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

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

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

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

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

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

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

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