#823843

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

Shades of Camelot #823843

Tints of Camelot #823843

Color information

#823843 (or 0x823843) is unknown color: approx Camelot. HEX triplet: 82, 38 and 43. RGB value is (130,56,67). Sum of RGB (Red+Green+Blue) = 130+56+67=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #823843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823843 is #7DC7BC. Grayscale: #4F4F4F. Windows color (decimal): -8243133 or 4405378. OLE color: 4405378.

HSL color Cylindrical-coordinate representation of color #823843: hue angle of 351.08º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #823843 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB1305667-
CMYK00.570.480.49
HSL351.08º39.78%36.47%-
HSV(B)351.08º56.92%50.98%-
XYZ11.637.986.24-
YUV79.38121.02164.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.38%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 67 (26.56% from 255) = 26.48%
R=51.38%
G=22.13%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130566700.570.480.49351.0839.7836.47
Hex823843039303115f2824
Octal2027010307160615375044
Binary1000001011100010000110111001110000110001101011111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823843; }

 p { color: rgb(130,56,67); }

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

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

 a { background-color: rgb(130,56,67); }

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

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

 span { border-color: rgb(130,56,67); }

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