#823744

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

Shades of Camelot #823744

Tints of Camelot #823744

Color information

#823744 (or 0x823744) is unknown color: approx Camelot. HEX triplet: 82, 37 and 44. RGB value is (130,55,68). Sum of RGB (Red+Green+Blue) = 130+55+68=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #823744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823744 is #7DC8BB. Grayscale: #4E4E4E. Windows color (decimal): -8243388 or 4470658. OLE color: 4470658.

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

Color convert

RGB1305568-
CMYK00.580.480.49
HSL349.6º40.54%36.27%-
HSV(B)349.6º57.69%50.98%-
XYZ11.627.96.38-
YUV78.91121.85164.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.38%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 68 (26.95% from 255) = 26.88%
R=51.38%
G=21.74%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130556800.580.480.49349.640.5436.27
Hex82374403A303115e2924
Octal2026710407260615365144
Binary1000001011011110001000111010110000110001101011110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823744; }

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

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

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

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

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

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

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

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