#803648

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

Shades of Camelot #803648

Tints of Camelot #803648

Color information

#803648 (or 0x803648) is unknown color: approx Camelot. HEX triplet: 80, 36 and 48. RGB value is (128,54,72). Sum of RGB (Red+Green+Blue) = 128+54+72=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #803648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803648 is #7FC9B7. Grayscale: #4E4E4E. Windows color (decimal): -8374712 or 4732544. OLE color: 4732544.

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

Color convert

RGB1285472-
CMYK00.580.440.50
HSL345.41º40.66%35.69%-
HSV(B)345.41º57.81%50.2%-
XYZ11.397.77.02-
YUV78.18124.52163.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.39%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 72 (28.52% from 255) = 28.35%
R=50.39%
G=21.26%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128547200.580.440.50345.4140.6635.69
Hex80364803A2C321592924
Octal2006611007254625315144
Binary1000000011011010010000111010101100110010101011001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803648; }

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

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

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

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

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

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

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

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