#803646

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

Shades of Camelot #803646

Tints of Camelot #803646

Color information

#803646 (or 0x803646) is unknown color: approx Camelot. HEX triplet: 80, 36 and 46. RGB value is (128,54,70). Sum of RGB (Red+Green+Blue) = 128+54+70=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #803646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803646 is #7FC9B9. Grayscale: #4D4D4D. Windows color (decimal): -8374714 or 4601472. OLE color: 4601472.

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

Color convert

RGB1285470-
CMYK00.580.450.50
HSL347.03º40.66%35.69%-
HSV(B)347.03º57.81%50.2%-
XYZ11.337.676.68-
YUV77.95123.52163.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.79%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=50.79%
G=21.43%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128547000.580.450.50347.0340.6635.69
Hex80364603A2D3215b2924
Octal2006610607255625335144
Binary1000000011011010001100111010101101110010101011011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803646; }

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

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

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

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

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

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

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

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