#803946

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

Shades of Camelot #803946

Tints of Camelot #803946

Color information

#803946 (or 0x803946) is unknown color: approx Camelot. HEX triplet: 80, 39 and 46. RGB value is (128,57,70). Sum of RGB (Red+Green+Blue) = 128+57+70=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #803946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803946 is #7FC6B9. Grayscale: #4F4F4F. Windows color (decimal): -8373946 or 4602240. OLE color: 4602240.

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

Color convert

RGB1285770-
CMYK00.550.450.50
HSL349.01º38.38%36.27%-
HSV(B)349.01º55.47%50.2%-
XYZ11.477.966.73-
YUV79.71122.52162.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 70 (27.73% from 255) = 27.45%
R=50.20%
G=22.35%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128577000.550.450.50349.0138.3836.27
Hex8039460372D3215d2624
Octal2007110606755625354644
Binary1000000011100110001100110111101101110010101011101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803946; }

 p { color: rgb(128,57,70); }

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

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

 a { background-color: rgb(128,57,70); }

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

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

 span { border-color: rgb(128,57,70); }

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