#823B47

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

Shades of Camelot #823B47

Tints of Camelot #823B47

Color information

#823B47 (or 0x823B47) is unknown color: approx Camelot. HEX triplet: 82, 3B and 47. RGB value is (130,59,71). Sum of RGB (Red+Green+Blue) = 130+59+71=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #823B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B47 is #7DC4B8. Grayscale: #515151. Windows color (decimal): -8242361 or 4668290. OLE color: 4668290.

HSL color Cylindrical-coordinate representation of color #823B47: hue angle of 349.86º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #823B47 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1305971-
CMYK00.550.450.49
HSL349.86º37.57%37.06%-
HSV(B)349.86º54.62%50.98%-
XYZ11.918.336.94-
YUV81.6122.02162.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 22.69%
BLUE value IS 71 (28.12% from 255) = 27.31%
R=50%
G=22.69%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130597100.550.450.49349.8637.5737.06
Hex823B470372D3115e2625
Octal2027310706755615364645
Binary1000001011101110001110110111101101110001101011110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823B47; }

 p { color: rgb(130,59,71); }

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

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

 a { background-color: rgb(130,59,71); }

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

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

 span { border-color: rgb(130,59,71); }

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