#803643

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

Shades of Camelot #803643

Tints of Camelot #803643

Color information

#803643 (or 0x803643) is unknown color: approx Camelot. HEX triplet: 80, 36 and 43. RGB value is (128,54,67). Sum of RGB (Red+Green+Blue) = 128+54+67=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #803643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803643 is #7FC9BC. Grayscale: #4D4D4D. Windows color (decimal): -8374717 or 4404864. OLE color: 4404864.

HSL color Cylindrical-coordinate representation of color #803643: hue angle of 349.46º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #803643 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB1285467-
CMYK00.580.480.50
HSL349.46º40.66%35.69%-
HSV(B)349.46º57.81%50.2%-
XYZ11.237.636.19-
YUV77.61122.02163.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 67 (26.56% from 255) = 26.91%
R=51.41%
G=21.69%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128546700.580.480.50349.4640.6635.69
Hex80364303A303215d2924
Octal2006610307260625355144
Binary1000000011011010000110111010110000110010101011101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803643; }

 p { color: rgb(128,54,67); }

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

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

 a { background-color: rgb(128,54,67); }

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

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

 span { border-color: rgb(128,54,67); }

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