#823748

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

Shades of Camelot #823748

Tints of Camelot #823748

Color information

#823748 (or 0x823748) is unknown color: approx Camelot. HEX triplet: 82, 37 and 48. RGB value is (130,55,72). Sum of RGB (Red+Green+Blue) = 130+55+72=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #823748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823748 is #7DC8B7. Grayscale: #4F4F4F. Windows color (decimal): -8243384 or 4732802. OLE color: 4732802.

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

Color convert

RGB1305572-
CMYK00.580.450.49
HSL346.4º40.54%36.27%-
HSV(B)346.4º57.69%50.98%-
XYZ11.747.957.05-
YUV79.36123.85164.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=50.58%
G=21.40%
B=28.02%

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
Decimal130557200.580.450.49346.440.5436.27
Hex82374803A2D3115a2924
Octal2026711007255615325144
Binary1000001011011110010000111010101101110001101011010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823748; }

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

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

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

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

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

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

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

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