#883646

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

Shades of Camelot #883646

Tints of Camelot #883646

Color information

#883646 (or 0x883646) is unknown color: approx Camelot. HEX triplet: 88, 36 and 46. RGB value is (136,54,70). Sum of RGB (Red+Green+Blue) = 136+54+70=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #883646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883646 is #77C9B9. Grayscale: #505050. Windows color (decimal): -7850426 or 4601480. OLE color: 4601480.

HSL color Cylindrical-coordinate representation of color #883646: hue angle of 348.29º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883646 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1365470-
CMYK00.600.490.47
HSL348.29º43.16%37.25%-
HSV(B)348.29º60.29%53.33%-
XYZ12.588.316.74-
YUV80.34122.17167.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 54 (21.48% from 255) = 20.77%
BLUE value IS 70 (27.73% from 255) = 26.92%
R=52.31%
G=20.77%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136547000.600.490.47348.2943.1637.25
Hex88364603C312F15c2b25
Octal2106610607461575345345
Binary1000100011011010001100111100110001101111101011100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883646; }

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

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

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

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

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

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

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

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