#823648

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

Shades of Camelot #823648

Tints of Camelot #823648

Color information

#823648 (or 0x823648) is unknown color: approx Camelot. HEX triplet: 82, 36 and 48. RGB value is (130,54,72). Sum of RGB (Red+Green+Blue) = 130+54+72=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #823648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823648 is #7DC9B7. Grayscale: #4E4E4E. Windows color (decimal): -8243640 or 4732546. OLE color: 4732546.

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

Color convert

RGB1305472-
CMYK00.580.450.49
HSL345.79º41.3%36.08%-
HSV(B)345.79º58.46%50.98%-
XYZ11.697.857.03-
YUV78.78124.18164.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 72 (28.52% from 255) = 28.12%
R=50.78%
G=21.09%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130547200.580.450.49345.7941.336.08
Hex82364803A2D3115a2924
Octal2026611007255615325144
Binary1000001011011010010000111010101101110001101011010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823648; }

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

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

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

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

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

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

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

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